开发者

GIT XCODE4 - Authentication Error

开发者 https://www.devze.com 2023-03-04 18:49 出处:网络
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 h

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开发者_开发技巧


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

 https://username:password@github.com/...


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号