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...
执行scoop bucket add extras 报下图错误 解决方案:解除ssl验证后,再次git即可 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 ...
3.在弹窗中选择hosts文件,最下面添加: 199.232.68.133 raw.githubusercontent.com 4.继续在powershell下安装: irm get.scoop.sh | iex 5.继续安装 scoop install git 6.继续安装,添加仓库 scoop bucket add extras 7.继续安装:加速下载 scoop install aria2 8.D盘创建文件夹,后面安装的软件包都放在该文件夹下...
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...
添加bucket scoop bucket add <仓库名> // 常用仓库 scoop bucket add extras scoop bucket add nirsoft scoop bucket add ar https://github.com/arch3rPro/PST-Bucket 查看已添加buicket scoop bucket list 整理的一些bucket Bucket描述 Main Windows 的命令行安装程序 extras 包含不太符合主存储桶标准的应...
bucket列表 1其他优秀的镜像库 自行添加bucket:加速的bucket或自命名bucket Extras仓库的添加 字体仓库添加和使用示例 及时更新scoop及其bucket👺👺 scoop的缓存机制(cache) 清理异常或失败的安装 使用aria2多路下载👺👺 scoop config配置文件 配置aria2 for scoop👺 ...
会有一个报错,大意为typora在extras软件库中,要求我们先安装对应软件库。按照要求执行命令添加软件库: scoop bucket add extras 此时却又报错,提示需要从GitHub拉取项目,需要我们先安装git。安装git: scoop install git 下载失败并报错,但之前都能正常下载,目前只安装了一个aria2,先禁用了看看: scoop config aria...
再给scoop添加extras库,准备安装windows-terminal, 运行'scoop bucket add extras': 搜索windows-terminal,输入代码'scoop search terminal ': 执行安装windows-terminal: 从开始菜单中将其打开: 四)自动化更新hosts源 回头再看前三步,其实很简单,只是借用了GitHub520项目提供的hosts源。只是要处理各种报错,就拖拉得比...
scoopbucketaddextras# 国内镜像# scoop bucket add extras https://gitee.com/scoop-bucket/extras.gitscoopupdate git 下载如果使用 Scoop 原生的下载协议可能比较慢,建议采用如下迂回方案: 用第三方下载器,如 Motrix 下载; 然后将文件拷贝到path to scoop/cache; ...
再给Scoop添加extras库,准备安装windows-terminal, 运行"Scoop bucket add extras": 搜索windows-terminal,输入代码"Scoop search terminal ": 执行安装windows-terminal: 从开始菜单中将其打开: 四)自动化更新hosts源 回头再看前三步,其实很简单,只是借用了GitHub520项目提供的hosts源。只是要处理各种报错,就拖拉得比...