I\'ve just updated from Git 1.7.11 to 1.8.5
Now when trying to push to bitbucket I\'m getting the following message:
fatal: could not read Pas
Just taking a blind shot here, but are you able to re-add the remote without the username in the URL? I know in the old Git version, you needed to specify the username and password inline, but in the newer versions, it prompts you for the username and password if required.
git remote add origin https://bitbucket.org/repo.git