0

I'm trying to install python3 with homebrew.

I have ran

brew install python3

but I get the error

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

Does anyone know how to fix this

lomine
  • 873
  • 5
  • 20
  • 36

1 Answers1

1

There is already a issue posted on GitHub about this.

brew uninstall git
brew update
brew install git

Should solve the problem if its git installation problem.

https://github.com/Homebrew/homebrew-cask/issues/82273