我正在尝试用自制软件安装python3。
我跑过了
brew install python3
但是我得到了一个错误
Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-cask /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask --origin=origin --template=` exited with 128有人知道怎么解决这个问题吗?
发布于 2021-09-26 13:15:59
在GitHub上已经有一个关于这个问题的帖子。
brew uninstall git
brew update
brew install git应该解决的问题,如果它的git安装问题。
https://stackoverflow.com/questions/69334159
复制相似问题