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).
Transport Error - SSL host could not be verified
|
출처 : http://stackoverflow.com/questions/31663010/ssl-host-could-not-be-verified-error
'DEVELOP' 카테고리의 다른 글
firebase 페이지 개발 중.. (0) | 2018.11.21 |
---|---|
[AWS]RDS Timezone 변경하기 (0) | 2016.11.06 |
웹개발자 필요 역량?? (0) | 2016.06.11 |
에헤라디야~git (0) | 2016.04.26 |