原文地址:http://blog.csdn.net/u010154424/article/details/51233966

在github中新增了一个项目,按照git的提示添加了远程仓库,但是提交的时候报错,提示仓库找不到

[转]git问题ERROR: Repository not found.的解决

解决方法,运行如下命令就可以了

git remote set-url origin git@github.com:xxx/xxx.git //仓库地址

[转]git问题ERROR: Repository not found.的解决

 

相关文章:

  • 2021-04-16
  • 2021-05-20
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2022-01-18
  • 2021-12-31
  • 2021-05-17
  • 2022-01-24
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案