Eclipse git error : occurred when trying to contact git

Yuri Lee·2021년 1월 13일
0

배경

이클립스로 올려져 있는 프로젝트를 import 하려고 할 때 에러가 발생했다.

Error

An error occurred when trying to contact https://~~.git.
See the Error Log for more details
Possible reasons:
-Incorrect URL
-No network connection (e.g. wrong proxy settings)
-SSL host could not be verified (set http.sslVerify=false in Git configuration)

해결방법

SSL 검증 끄기

git config --global http.sslVerify false

해결 못함

나중에 다시 하기로 ..


https://www.lesstif.com/gitbook/git-https-repository-ssl-14090808.html
https://blog.naver.com/PostView.nhn?blogId=ddddcmj&logNo=221436803492&parentCategoryNo=&categoryNo=&viewDate=&isShowPopularPosts=false&from=postView

profile
Step by step goes a long way ✨

0개의 댓글