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)

 

posted @ 2018-10-12 17:51  zhiqsyr  阅读(167)  评论(0)    收藏  举报