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
my password was good in github desktop preferences but wrong in the .git/config file
for me the only working solution was to manually edit the file: .git/config
that contains this line: url = https://user:password@github.com/user/repo.git
change password to the GOOD password because it was an older one for me