- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
今天Git push的时候
fatal:remote error:
You can't push to git://github.com/username/*.git
Use git@github.com:username/*.git
看样子是没有权限push。
解决方法:
git remote rm origin
git remote add origin git@github.com:username/resname.git
接下来就可以push了。
这个问题一般是clone的时候选择的协议导致的。如果是用的git://github.com/userna/userrepository.git。只有读的权限,不能写入。导致不能push。
要用ssh协议才能push所以clone用git@github.com:username/userrepository.git
用ssh还必须要创建一个SSH Key。并把公钥填写到用户在GitHub的信息里。具体看GitHub的相应帮助
售前咨询
售后咨询
备案咨询
二维码
TOP