解决eclipse中git插件中的cannot open git-upload-pack问题

来源:互联网 发布:regexbuddy mac 破解 编辑:程序博客网 时间:2024/05/20 23:29

今天用eclipse突然git无法上传代码提示cannot open git-upload-pack,就去查了一下,顺便记录一下。

打开eclipse中的windows-->Preferences-->Team-->Git-->Configuration-->User Settings.然后点Add Entry新建一个键值对,输入http.sslVerify=false。

如图所示

image

之后就可以正常用了,前提是你网络畅通,自己可以上你的github。

0 0
原创粉丝点击