2017-02-12 12 views
9

私のファイルのいくつかをステージング領域から私のリポジトリにプッシュしようとしています。致命的:プロトコル「https」を処理しません

git remote add origin https://github.com/KathiravanNatarajan/Predicting-Boston-Housing-Prices.git 
git push -u origin master 
fatal: I don't handle protocol 'https' 

この致命的なエラーが発生しています。

これを修正するにはどうすればよいですか?

答えて

関連する問題