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