$ 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 出错 remote: The project you were looking for could not be found.
阅读 96
2022-04-16
$ 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
相关推荐
精彩评论(0)