Xcode 7 GIT Authentication Error

When I try to push the git repository, I get an error with a username and password, but in Xcode 6.4 there has never been this problem.

repo error

+4
source share
2 answers

This seems to be a bug in Xcode. You can work around this by changing the address to indicate your username, for example,

http://victor@192.168.1.33/...

Then enter your password as usual.

+2
source

I have the same problem and am using Source Tree instead.

+1
source

Source: https://habr.com/ru/post/1608360/


All Articles