I\'m using BitBucket with Xcode and Git for version control, and recently I changed all of my passwords (thanks Adobe!).
Unsurprisingly, I\'m no longer able
running git config --global --unset user.password followed by any git command would prompt you to enter username and password.
git config --global --unset user.password
git config --global --unset user.password git push (will prompt you for the password) git status (will not prompt for password again)