scoop config SCOOP_REPO "https://gitee.com/glsnames/scoop-installer" scoop update 这样初步就安装好了,可以安装很多绿色且安全的软件了; 然后安装必装的git; scoop install git git安装好以后,就可以开始利用scoop安装各种软件了,安装命令统一都是: scoop install xxxxx #xxxxx为软件名 三、添加软件库; ...
更换Scoop的repo地址: scoop config SCOOP_REPO"https://gitee.com/scoop-installer/scoop" 拉取新库地址(确保你已经安装了git): scoop update 2.3 安装Git并更新Scoop 前面的操作基本上已经使Scoop安装成功。你可以通过以下命令来确认: scoop help 如果没有问题,接下来需要安装Git: scoop install git 然后更新Scoop...
设置Scoop代理。在命令行中输入(PowerShell或者CMD中都行)scoop config proxy 127.0.0.1:7890(一看就是clash用户)让scoop网络连接走代理,后面的ip地址和端口根据自己的代理设置。 使用Gitee镜像源。可能备份更新得不是那么勤快,以及实际下载软件包同样会有网络问题,所以不推荐。在命令行中输入scoop config SCOOP_REPO h...
scoop config SCOOP_REPO https://mirror.nju.edu.cn/git/scoop-main.git 这条命令将 Scoop 的主仓库源更改为南京大学的镜像源。 重启Scoop 或重新加载配置,使新源生效: 通常情况下,更改配置后不需要重启 Scoop,因为 Scoop 会自动使用新的源进行后续操作。但为了确保一切正常,你可以运行以下命令来更新 Scoop ...
scoop config scoop_REPO "https://gitee.com/scoop-installer/scoop" scoop bucket rm main #移除旧main bucket scoop bucket add main https://gitee.com/scoop-installer/Main #添加新main bucke scoop update #及时执行,更新main bucket scoop的缓存机制(cache) ...
scoop config SCOOP_REPO https://github.com/ScoopInstaller/Scoop 重新添加bucket scoop bucket rm main scoop bucket add main 使用 所有命令:scoop help 更新:scoop update 搜索:scoop search xxx 安装:scoop install xxx,指定版本:scoop install xxx@1.0 ...
PS C:\Users\cxxu\Desktop> scoop config last_update scoop_branch scoop_repo --- --- --- 2023/5/26 13:36:35 master https://gitee.com/glsnames/scoop-installer PS C:\Users\cxxu\Desktop> scoop config scoop_repo https://gitee.com/glsnames/scoop-installer...
scoop config scoop_REPO "https://gitee.com/scoop-installer/scoop" scoop bucket rm main #移除旧main bucket scoop bucket add main https://gitee.com/scoop-installer/Main #添加新main bucke scoop update #及时执行,更新main bucket 1. 2.
scoop config SCOOP_REPO https://gitee.com/squallliu/scoop scoop update What does Scoop do? Scoop installs programs from the command line with a minimal amount of friction. It: Eliminates permission popup windows Hides GUI wizard-style installers ...
对scoop_repo进行更改 scoopconfigSCOOP_REPO https://gitee.com/scoop-bucket/scoop 执行以下命令订阅软件仓库 scoop bucket rm main scoop bucketaddmain https://mirror.nju.edu.cn/git/scoop-main.gitscoop bucketaddextras https://mirror.nju.edu.cn/git/scoop-extras.git ...