I am trying to update my brew when I installed
brew update
I get this error:
error: Your local changes to the following files would be overwritten by merge:
Library/Formula/imagemagick.rb
Please, commit your changes or stash them before you can merge.
Aborting
Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master
or
error: The requested URL returned error: 403 while accessing https:
fatal: HTTP request failed
Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master
What is the problem with git? How to update brew if this method does not work?
source
share