본문 바로가기
IBM - old/IBM Bluemix 문제&해결

[Bluemix]IBM Bluemix 와 Eclipse 를 연동한 후 Git repository 에서 프로젝트를 가져오려고 할 경우 Error 발생

by freeman98 2016. 7. 18.

1. 제품 : IBM Bluemix + Eclipse


2. OS : All

3. Error 발생 시점 : IBM Bluemix 와 Eclipse 를 연동한 후 Git repository 에서 프로젝트를 가져오려고 할 경우 Error 발생

4. Error message :


5. 예상 이유 :  정확하지는 않지만 HTTPS 통신하기 위한 SSL 연결을 verify 하는 부분에서 exception 발생


6. 조치 방안 : Window->Preferences->Team->Git->Configuration 메뉴에서 하단의 옵션 추가

Key = http.sslVerify Value = false


댓글