プロジェクトに追加Source Control (git)
しました。でプロジェクトも作成しましたTeam Foundation Service with git
。のプロジェクトTeam Foundation Service
は、私の に接続されていVisual Studio
ます。私は持っていEnabled alternate credentials
ます。リファレンスRef1およびRef 2
私が走るとき;
git remote add origin https://yourname.visualstudio.com/DefaultCollection/_git/ProjectName
それで:
git push origin master
私はこれを得る:
' https://yourname.visualstudio.com ' のユーザー名:`
ユーザー名を入力した後:
Password for 'https://username@hotmail.com@yourname.visualstudio.com':
パスワードを入力した後:
致命的: https://yourname.visualstudio.com/DefaultCollection/ProjectName/info/refs が見つかりません: サーバーで git update-server-info を実行しましたか?
これに対する解決策が見つからないようです。どうすればこれを成功させることができますか?