Bitbucket + XCode 4.2 + Git Bitbucket + XCode 4.2 + Git xcode xcode

Bitbucket + XCode 4.2 + Git


It worked for me by using the HTTPS URI, but I needed to remove my user name from it. For example change:

https://username@bitbucket.org/username/myrepo.git

to

https://bitbucket.org/username/myrepo.git

then supply your username and password when prompted.


Removing the username did not work for me. But I was able to solve the issue by adding my password like this to the URL:

https://username:password@bitbucket.org/username/myrepo.git


I was able to use the XCode UI by using the https URL and entering my bitbucket username and password when prompted.