美文网首页
Git push 显示remote: Repository no

Git push 显示remote: Repository no

作者: 凤非飞 | 来源:发表于2019-06-27 16:09 被阅读0次
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


对你有用请点赞一下啦,谢谢

相关文章

  • Git push 显示remote: Repository no

    拉可以正常拉,但是push就有问题搞了好久,最后啼笑皆非 1.可能是远程仓库名错误,不过很少见,你可以登录查看一下...

  • git删除忽略文件

    如果git在push之前已经把想要忽略的文件上传到远程仓库(remote repository),可以通过以下方法...

  • Git学习(2018-08-12)

    Git创建local repository和remote repository 参考:①Git的使用--如何将本地...

  • git/bitbucket

    delete file/directory in remote repository 查看分支:git branc...

  • git 命令多人协作总结

    git pull 出错 fatal: Could not read from remote repository....

  • git

    1、git clone -b branchName [remote repository address] 克隆指...

  • Pycharm出现Git Pull Failed: Could

    问题 Git Pull Failed: Could not read from remote repository...

  • Git 命令总结

    git pull 出错 fatal: Could not read from remote repository....

  • git 使用日记

    git 克隆远程指定分支命令如下: git clone -b [remote repository addre...

  • git commands

    1. To see the URL of local repository git remote show ori...

网友评论

      本文标题:Git push 显示remote: Repository no

      本文链接:https://www.haomeiwen.com/subject/zkurcctx.html