GIT XCODE4 - 身份验证错误
当尝试连接到远程存储库时,我收到身份验证错误。我很确定我的用户名和密码是正确的。我收到错误并且 XCODE 挂起。如果您有任何建议,请告诉我。
谢谢
I am getting authentication error when tryinh to conect to the remote repository. I am pretty sure my username and password is correct. I get the error and the XCODE hangs. Please let me know if you have any suggestions.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在配置中,如果您还没有这样做,您可以尝试提及用户名和密码以及 URL
In the config, can you try mentioning the username and password along with the URL, if you have not done already
您使用什么身份验证?登录/通过? SSH 密钥?
如果您使用 SSH 密钥,则可能没有在 SSH 守护程序中加载密钥。如果您使用的是 Mac,则可以执行
ssh-add -d
操作,然后执行ssh-add
操作,也可以尝试使用相同的用户名、密码直接通过 SSH 连接到服务器,并移植并粘贴它所说的内容。
What authentication are you using? Login/pass? SSH key?
If you're using SSH key, you might not have your keys loaded in the SSH daemon. If you're on a Mac you can do
ssh-add -d
followed byssh-add
Try also SSH'ing directly into the server using the same username, password, and port and pasting what it says.