不积跬步,无以至千里

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

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

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

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

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

 

posted @ 2017-12-12 15:09  昃昃  阅读(6596)  评论(0)    收藏  举报
Just Do It !