2017-02-02 14 views

答えて

2

https://をリモートURLに2回入力します。

はちょうどその削除git remote -v

とリモートをチェックし、リモート、リモート再び追加git remote rm origin

を使用して:

削除冗長:

git remote add origin https://[email protected]/user/ex.git

1

このをお試しくださいhttpsと未設定のhttp/httpsプロキシ(お客様の場合https)

git config --global --unset http.proxy 
git config --global --unset https.proxy 
関連する問題