我正在尝试使用git将我的存储库推送到Visual Studio Team Services项目,但出现错误:
fatal: Authentication failed for (url of team project
我正在使用cmds:
git remote add origin
https://XXXXXXX.visualstudio.com/DefaultCollection/_git/project
git push -u origin -–all
对此有什么解决的主意吗?
谢谢!