我正在尝试通过https协议(protocol)用Egit克隆远程git存储库。
我关注了this online tutorial

当我插入URI:https://username@host:port/repositorypath,密码并单击NEXT时,
我收到此错误消息:

Cannot list the available branches.
Reason:
Exception caught during execution of ls-remote command.

如何克隆此存储库?

最佳答案

听起来Egit正在寻找ssl证书,并拒绝没有它的功能。一个很好的解决方法,可以使问题消失并远离:
窗口→首选项→团队→Git→配置→新条目→http.sslverify = false

那应该照顾它。

09-04 10:44
查看更多