eclipse git pull拉代码时报错:cannot open git-upload-pack

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse git pull拉代码时报错:cannot open git-upload-pack相关的知识,希望对你有一定的参考价值。

参考技术A 解决方案:打开eclipse中的windows-->Preferences-->Team-->Git-->Configuration-->User Settings.

如果没有http.sslVerify,add entry新建一个key:value,key=http.sslVerify,value=false;

如果有http.sslVerify,尝试反向设置,即:原来设置的false,设置为true;原来设置的true,设置为false。然后再重新pull

以上是关于eclipse git pull拉代码时报错:cannot open git-upload-pack的主要内容,如果未能解决你的问题,请参考以下文章

使用docker pull从镜像仓库拉取镜像时报错

eclipse中如何使用Git/gitee雷哥pull拉代码,commit提交到本地,Push推送到服务器

idea提交代码时报错Git Pull Failed: refusing to merge unrelated histories

eclipse上git拉代码出现了class文件的冲突怎么解决

eclipse中使用pull报错(git提交冲突)

无标题