>> 钥匙串访问找到关于git的信息进行删除然后在命令行中重新设置用户名和邮箱git config --global user.name "username" git config --global user.email "email"重新设置完后就可以_repository not fou">
当前位置:   article > 正文

git出现ERROR: Repository not found的解决

repository not found

关于git中出现的Repository not found解决方案

git连接远程仓库时,出现“ Repository not found"(无法找到远程仓库)的解决办法

如果电脑不是使用自己的电脑
需要前往 启动台>>> 钥匙串访问
在这里插入图片描述
找到关于git的信息进行删除
然后在命令行中重新设置用户名和邮箱

git config --global user.name  "username"   

git config --global user.email "email"
  • 1
  • 2
  • 3

重新设置完后就可以进行操作了

在clone和pull都没问题的时候

git push时候出现Repository not found,git commit其他的都没有问题。

重新提交一下仓库地址就可以了

git remote set-url origin git@github.com:<仓库地址>
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/531623
推荐阅读
相关标签
  

闽ICP备14008679号