“SSL host could not be verified” error

后端 未结 1 1956
清歌不尽
清歌不尽 2020-12-31 23:19

Whenever I try to connect the git via eclipse mars, I entered the bitbucket URL as the instructions in this website.

http://crunchify.com/how-to-configure-bitbucket-

相关标签:
1条回答
  • 2020-12-31 23:53

    In my experience it seems that it happens under Windows with certain configuration of Eclipse (not sure which ones).

    Go in Eclipse Preferences -> Team -> Git -> Configuration, and click "Add Entry..."

    Put "http.sslVerify" as key and "false" as value (no quotes).

    In the "clone repository" window put your user / password (don't leave "git", since there is no ssh-key configured under Windows, I suppose).

    If needed, in the Git Repository view, check the properties of your new repository and double check that remote.origin.url has your username rather than "git" (otherwise during authentication you'll have a greyed out username textbox with "git" written in it).

    0 讨论(0)
提交回复
热议问题