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'
この致命的なエラーが発生しています。
これを修正するにはどうすればよいですか?
https://の前にスペースがありました – ozzy432836