I have added Source Control (git)
to my project. I have also created a project at Team Foundation Service with git
. The project at Team Foundation Service
is connected to my Visual Studio
. I have Enabled alternate credentials
. References Ref1 and Ref 2
When i run;
git remote add origin https://yourname.visualstudio.com/DefaultCollection/_git/ProjectName
Then:
git push origin master
I get this:
Username for 'https://yourname.visualstudio.com':`
After i enter username:
Password for 'https://username@hotmail.com@yourname.visualstudio.com':
After i enter password:
fatal: https://yourname.visualstudio.com/DefaultCollection/ProjectName/info/refs not found: did you run git update-server-info on the server?
I can't seem to find a solution to this, how could i make this a success?