在使用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
最新评论
网飞没问题, 迪士尼+有解决方案么?
pp助手是安卓手机用的,根本下载用不来苹果
已解决
这样的话数据库里的结构为{"attachment":{"content":"xxx"}}, 要怎么才能变成{"content":"xxx"},从而使结构保持一致?
赞! make test不过的坑都写到的,谢谢楼主~
谢谢你
用了root用户还是一直502是怎么回事呢
student id 是空的