解决eclipse中egit中的cannot open git-upload-pack问题
程序员文章站
2023-11-05 17:53:22
解决eclipse中egit中的cannot open git-upload-pack问题...
用myeclipse中git插件导入项目报错。导入的url为https://github.com/wcf1987/xxx
是别人库的地址,而不是我自己的。前提是别人已经在他的项目中把你加进去了,你才有权限导出。
后来搜到如下解决方向,然后就导出了。。
解决eclipse中egit中的cannot open git-upload-pack问题
我们在eclipse上使用插件egit向github或者bitbucket同步代码时,有时候会发现出现cannot open git-upload-pack这个问题。一般引起这个问题的原因有两个:一、网络问题,天朝的网络访问外网总是会出现各种不稳定因素,你懂的。二、eclipse中egit插件的配置问题。
第一个问题自己动手解决,就不多说。主要说第二点:配置问题
打开eclipse中的windows-->preferences-->team-->git-->configuration-->user settings.然后点add entry新建一个键值对,输入http.sslverify=false。如图所示:
然后确定 ,就发现egit可以正常的pull和push了。所有的前提是你能用浏览器访问https://github.com/或者https://bitbucket.org/
推荐阅读
-
解决eclipse中egit中的cannot open git-upload-pack问题
-
解决php中Cannot send session cache limiter 的问题的方法
-
完美解决PHP中的Cannot modify header information 问题
-
解决eclipse中没有js代码提示的问题
-
完美解决PHP中的Cannot modify header information 问题
-
完美解决PHP中的Cannot modify header information 问题_PHP
-
解决eclipse中maven引用不到已经存在maven中jar包的问题
-
解决php中Cannot send session cache limiter 的问题的方法_php技巧
-
解决php中Cannot send session cache limiter 的问题的方法_php技巧
-
完美解决PHP中的Cannot modify header information 问题_php技巧