Resolve GitHub Password Authentication Error in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• The following resolution is for you receive a password authentication error when trying to push to GitHub. You will need Homebrew installed for this resolution to work.

• Type brew tap microsoft/git and press the “return” key to tap git.

• Type brew install --cask git-credential-manager-core and press the “return” key to install git-credential-manager-core.

• Type git push and press the “return” key to push to GitHub.

• Type git status and press the “return” key and you will see your working tree is now clean.