码迷,mamicode.com
首页 > 其他好文 > 详细

git拉取GitLab工程报错Repository not found

时间:2019-01-15 14:32:30      阅读:552      评论:0      收藏:0      [点我收藏+]

标签:信息   use   gitlab   保存   配置信息   方法   username   http   name   

拉取项目显示错误信息
remote: Repository not found.
fatal: repository ‘http://192.168.1.13/xxx/xxx.git‘ not found

原因:因为以前使用过其他帐号配置信息都保存了,然后帐号密码默认用以前的导致拉取没有权限

解决方法:

执行cmd命令

    git clone http://username:password@192.168.1.13/xxx/xxx.git

git拉取GitLab工程报错Repository not found

标签:信息   use   gitlab   保存   配置信息   方法   username   http   name   

原文地址:https://www.cnblogs.com/web-chuanfa/p/10271038.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!