在使用git push命令将改动的文件提交到远程仓库时,git bash提示错误:
fatal: remote error: You can’t push to git://github.com/user/repo.git Use https://github.com/user/repo.git,
下面是出现这一错误的原因分析:
1.首先我从远程仓库clone到本地时使用的命令是:git clone git://github.com/user/repo.git
;
2.提交改动时报错:fatal: remote error: You can’t push to git://github.com/user/repo.git Use https://github.com/user/repo.git
。
之所以出现这样的情况原因是:
像 git clone git://github.com/user/repo.git
这样的url请求是只读的,像git@github.com:user/repo.git
以及 HTTPS URL比如: https://github.com/user/repo.git
才是可写的,具体描述见官网:https://help.github.com/articles/pushing-to-a-remote/#what-can-i-push-to;
所以解决办法如下:
git remote rm origin
git remote add origin git@github.com:user/repo.git
git push origin master
最新评论
我的是ipv4网络,如何使用直播源啊!
我今天试了,不想啊,我的是新疆昌吉移动的网络。
收不到验证码电报
现在充值29起了