課程
/后端開發
/PHP
/版本管理工具介紹—Git篇
這是什么問題
fatal: HTTP request failed
2015-02-05
源自:版本管理工具介紹—Git篇 3-6
正在回答
你沒有commit 吧
提交了為何還是顯示這個。這是什么意思,怎么解決,求助@Kaming
解決方案:
vim .git/config
修改
[remote?"origin"]??????url?=?https://github.com/youname/example.git??為:[remote?"origin"]??????url?=?https://[email protected]/youname/example.git??再次git push,彈出框輸入密碼(你在github上注冊的用戶名和密碼),即可提交
gao634209276
Pacey
舉報
本課程主要講解了git在各平臺的安裝和基本使用,來學習Git吧
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-08-20
你沒有commit 吧
2016-02-23
提交了為何還是顯示這個。這是什么意思,怎么解決,求助@Kaming
2015-02-05
解決方案:
vim .git/config
修改
[remote?"origin"]??????url?=?https://github.com/youname/example.git??為:[remote?"origin"]??????url?=?https://[email protected]/youname/example.git??再次git push,彈出框輸入密碼(你在github上注冊的用戶名和密碼),即可提交