在更新brew时,将面临以下超时错误。
bhupendra@Bhupendras-MBP mobile-app % brew update
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Operation timed out
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Operation timed out
Error: Fetching /usr/local/Homebrew failed!
Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed!如果有人有解决办法,请帮忙。
发布于 2022-09-07 22:13:57
通过从macOS文件中删除以下行,我在.gitconfig上解决了这个问题:
[url "git://github.com/"]
insteadOf = https://github.com/https://stackoverflow.com/questions/72549378
复制相似问题