赞
踩
在eclipse上使用插件git时,报错,cannot open git-upload-pack。
原因两个:
第一:是网络问题,这个自己处理,
第二:是git的配置问题。
git的配置问题解决办法:
打开eclipse中的windows-->Preferences-->Team-->Git-->Configuration-->User Settings.然后点Add Entry新建一个键值对,输入http.sslVerify=false。
然后在eclipse安装目录下找到:
eclipse.ini文件,在文件的最后添加指令:
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2
github不支持tls1.1导致egit cannot open git-upload-pack
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。