Hi,
I'm working on a project that uses GIT on my Synology NAS.
I cloned the repo in command line in the terminal and after that I created my Xcode project in the folder cloned.
When I try to commit / push my files, I have the "username does not match previous request (-1)" error :
I think it is because Xcode doesn't know the account to connect to my Synology GIT server.
If I type the push command in the terminal "git push -u origin master", it asks me my password and it is pushed but Xcode asks nothing and the error occurs.
How to add my account ?
Thx.