git push
remote: Repository not found.
fatal: repository 'https://github.com/xxxxx.git/' not found
拉可以正常拉,但是push就有问题搞了好久,最后啼笑皆非
1.可能是远程仓库名错误,不过很少见,你可以登录查看一下,再关联一下
git remote add origin git@github.com:username/learngit.git
2.没有push的权限,当时老板说已经加了我账户参与开发,就没有立即想过这个原因,后面试了其他相似的问题的方法,都不可以,最后没办法,才去问老板,才发现是真的忘记给我这个权限,哈哈
与Git与GitHub相关的问题
git 推送到 github时报权限禁止 https://blog.csdn.net/sosmmh/article/details/79869319
it - remote: Repository not found https://blog.csdn.net/ken_ding/article/details/81909504
对你有用请点赞一下啦,谢谢
网友评论