嗨,我一直在尝试从 XCode 4 访问我的 git 存储库。
使用命令行工具一切正常。我可以使用以下方法克隆我的仓库:
git clone git@example.com:somerepo.git
但在 XCode 中,尝试使用时:
ssh://git@example.com:somerepo.git
它只是一直要求我输入密码,我根本不想使用。
同样的事情发生在:
git://git@example.com:somerepo.git
除了我还收到“连接被拒绝:无法连接到套接字”错误消息。
知道如何解决这个问题吗?