课程
/后端开发
/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://youname@github.com/youname/example.git 再次git push,弹出框输入密码(你在github上注册的用户名和密码),即可提交
gao634209276
Pacey
举报
本课程主要讲解了git在各平台的安装和基本使用,来学习Git吧