Hi I've been trying to access my git repository from XCode 4.
Everything works just fine using the command line tools. I can clone my repo using:
git clone git@example.com:somerepo.git
But in XCode, when trying to use:
ssh://git@example.com:somerepo.git
It just keeps asking me for a password, which I don't want to use at all.
The same thing happens with:
git://git@example.com:somerepo.git
Except that i also get a "Connection refused: unable to connect to a socket" error message.
Any idea how to solve this?