Creating shortcutforGit GUI (git-gui.exe)'git'(2.32.0.windows.1) was installed successfully!>scoop bucket add extras Checking repo...ok fatal: could not create leading directories of'"C:\Scoop\a\buckets\extras"': Invalid argument The extras bucket was added successfully.>ls c:\Scoop\a\b...
git config --global http.sslVerify "false" 继续执行scoop bucket add extras,报错如下: Checking repo... 'https://github.com/lukesampson/scoop-extras' doesn't look like a valid git repository Error given: fatal: unable to access 'https://github.com/lukesampson/scoop-extras/': Failed to conn...
Scoop 默认软件仓库(main bucket),收录条件比较严格和苛刻,其中一条就是不可以有 GUI。所以为了日常方便使用,可以添加其他的bucket 添加extras这个 bucket。地址: https://github.com/ScoopInstaller/Extras/tree/master/bucket scoop bucket add extras 1. 代理 # 使用代理 set scoop_proxy=socks5://127.0.0.1:789...
Scoop 默认的 Bucket 为main;官方维护的另一个 Bucket 为extras,我们需要手动添加。 # bucket的用法scoopbucketadd|list|known|rm[<args>] 添加extras : scoopbucketaddextras 同样可以添加可信的第三方Bucket: scoop bucketadddorado https://github.com/chawyehsu/dorado# 或者使用国内镜像,速度快但是非实时同步sco...
scoop bucket add extras 我们也可以添加第三方 bucket ,示例: scoop bucket add dorado https://github.com/h404bi/dorado 并且明确指定安装此 bucket (软件源)中的的程序: scoop install dorado/<app_name> # 下面是dorado中特有的软件,测试其是否添加成功 ...
添加extras : scoop bucketaddextras 我们也可以添加第三方 bucket ,示例: scoop bucketadddorado https://github.com/h404bi/dorado 并且明确指定安装此 bucket (软件源)中的的程序: scoop install dorado/<app_name> # 下面是dorado中特有的软件,测试其是否添加成功 ...
Prerequisites I have written a descriptive issue title. I have searched all issues/PRs to ensure it has not already been reported or fixed. I have verified that I am using the latest version of Scoop and corresponding bucket. Package Nam...
添加extras : 1 scoop bucket add extras 我们也可以添加第三方 bucket ,示例: 1 scoop bucket add dorado https://github.com/h404bi/dorado 并且明确指定安装此 bucket (软件源)中的的程序: 123 scoop install dorado/<app_name># 下面是dorado中特有的软件,测试其是否添加成功scoop search trash ...
其中最重要、也最推荐的 bucket 是extras(包含了大量的GUI程序),配合main可满足多数的下载需求了。scoop bucket known #列举官方库main [默认]extras [强烈推荐]versionsnightliesnirsoftphpnerd-fontsnonportablejavagamesjetbrains #java开发工具#添加官方库extrasscoop bucket add extras scoop bucket list #查看已经...
scoop bucket known 目前有这些 main extras versions nightlies nirsoft php nerd-fonts nonportable java games jetbrains 比如,把extra装上,毕竟是known,所以无需指定git仓库 scoop bucket add extra 如果需要添加第三方的仓库,则需要指定仓库地址了: scoop bucket add <仓库名> <仓库地址> ...