首页 > 其他 > 详细

git pull报错fatal: No remote repository specified.

时间:2019-06-26 17:03:03      阅读:387      评论:0      收藏:0      [点我收藏+]
git pull报错:
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
技术分享图片
报错原因是本地没有添加远程仓库映射

解决方法:
git remote add origin git@项目路径
git remote add origin git@github.com:courser366/git_test.git

git pull报错fatal: No remote repository specified.

原文:https://blog.51cto.com/14256904/2413527

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!