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 [email protected]:somerepo.git
But in XCode, when trying to use:
ssh://[email protected]: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://[email protected]:somerepo.git
Except that i also get a "Connection refused: unable to connect to a socket" error message.
Any idea how to solve this?