0
点赞
收藏
分享

微信扫一扫

git pull 出错 remote: The project you were looking for could not be found.

往复随安_5bb5 2022-04-16 阅读 95
git

$ git pull 出错

$ git pull
remote: The project you were looking for could not be found.
fatal: repository 'http://192.168.1.xx:xx00/test/test.git/' not found

修改成

$ git pull http://username@192.168.1.xx:xx00/test/test.git/
$ git pull
举报

相关推荐

git pull 出错

0 条评论