git 疑难杂症

不知原因,原来正常。remote: The project you were looking for could not be found.

解决:切换 ssh 方式

Administrator@WIN-N5BK4BJGIEQ MINGW64 /c/delta/release-eureka (release)
$ git fetch
remote: The project you were looking for could not be found.
fatal: repository 'http://101.132.168.234/delta/release-eureka.git/' not found

Administrator@WIN-N5BK4BJGIEQ MINGW64 /c/delta/release-eureka (release)
$ git remote set-url origin git@101.132.168.234:delta/release-eureka.git

Administrator@WIN-N5BK4BJGIEQ MINGW64 /c/delta/release-eureka (release)
$ git fetch

Administrator@WIN-N5BK4BJGIEQ MINGW64 /c/delta/release-eureka (release)

猜你喜欢

转载自www.cnblogs.com/zhiqsyr/p/9779601.html