git拉取GitLab工程报错Repository not found
Posted web-chuanfa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git拉取GitLab工程报错Repository not found相关的知识,希望对你有一定的参考价值。
拉取项目显示错误信息
remote: Repository not found.
fatal: repository ‘http://192.168.1.13/xxx/xxx.git‘ not found
原因:因为以前使用过其他帐号配置信息都保存了,然后帐号密码默认用以前的导致拉取没有权限
解决方法:
执行cmd命令
git clone http://username:[email protected]/xxx/xxx.git
以上是关于git拉取GitLab工程报错Repository not found的主要内容,如果未能解决你的问题,请参考以下文章
Pycharm从GitLab拉取代码时报错Could not read from remote repository