Open dreistein543 opened 4 years ago
根据帮助文件所述的方式对homebrew进行换源(包括brew.git,homebrew-core,homebrew-bottles,homebrew-cask)。然而换源结束后运行 brew update 报错
homebrew
brew.git
homebrew-core
homebrew-bottles
homebrew-cask
brew update
fatal: repository 'http://mirrors.nju.edu.cn/brew.git/' not found fatal: repository 'http://mirrors.nju.edu.cn/homebrew-cask.git/' not found fatal: repository 'http://mirrors.nju.edu.cn/homebrew-core.git/' not found
经朋友提醒,并与中科大的镜像站点下的hombrew相关目录进行比较,发现具有较大差异,不符合 git remote repo 的形式。
hombrew
如果运行:
git clone https://mirrors.nju.edu.cn/brew.git 其结果也是: fatal: repository
希望能尽早做出调整,或者更新适合现有南大镜像站的换源方式
根据帮助文件所述的方式对
homebrew
进行换源(包括brew.git
,homebrew-core
,homebrew-bottles
,homebrew-cask
)。然而换源结束后运行brew update
报错经朋友提醒,并与中科大的镜像站点下的
hombrew
相关目录进行比较,发现具有较大差异,不符合 git remote repo 的形式。如果运行:
希望能尽早做出调整,或者更新适合现有南大镜像站的换源方式