移动到: https://gitlab.com/MarksonHo/sinnia
此处不再更新。
特别鸣谢 https://github.com/kidonng/sushi
只要按照 https://scoop.sh/ 的说明来完成安装即可。
Gitee 的安装程序镜像:https://gitee.com/RubyKids/scoop-cn
安装完 Scoop 后,你应该先安装 git:
scoop install git
只需遵循 https://github.com/kidonng/sushi
scoop bucket add clashdotnet https://github.com/MarksonHon/repo/
scoop install clashdotnet
scoop install clashmini
scoop update; scoop update "*"
scoop cleanup "*"
-
Windows 7 用户应该先安装Microsoft .NET Framework 4.8。
-
你应首先安装
PowerShell
,并在PowerShell
中运行scoop
,而不是Windows PowerShell
,否则你可能会遇到错误。 -
如果你在中国,你应该 给
git
配置代理 以便更新仓库,同时你应该添加一个终端代理来确保scoop
工作正常。$env:HTTP_PROXY="http://127.0.0.1:11223" $env:HTTPS_PROXY="http://127.0.0.1:11223" $env:ALL_PROXY="socks5://127.0.0.1:11223"
如果你使用代理软件,如 Shadowsocks-Windows,proxyserver将是
localhost
或127.0.0.1
。