2017-02-12 60 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' 

我得到這個致命的錯誤。

如何解決這個問題?

回答