GIT XCODE4 - 身份验证错误

发布于 2024-11-06 03:15:43 字数 89 浏览 0 评论 0原文

当尝试连接到远程存储库时,我收到身份验证错误。我很确定我的用户名和密码是正确的。我收到错误并且 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不羁少年 2024-11-13 03:15:43

在配置中,如果您还没有这样做,您可以尝试提及用户名和密码以及 URL

 https://username:[email protected]/...

In the config, can you try mentioning the username and password along with the URL, if you have not done already

 https://username:[email protected]/...
陌路黄昏 2024-11-13 03:15:43

您使用什么身份验证?登录/通过? 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 by ssh-add

Try also SSH'ing directly into the server using the same username, password, and port and pasting what it says.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文