$ 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 出错
$ 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
相关推荐