git - astromechanic/cheat_sheets GitHub Wiki

Authenticate remote after resetting password: git config --global --unset user.password

Or use git config --global credential.helper osxkeychain And then after git pull or anything else you'll see the login prompts (on mac) windows: git config --global credential.helper wincred