2018년 7월 18일 수요일

mac intellij svn certificate 오류


mac intellij 에서 svn 을 가져올 경우

svn url이 https:// 로 시작할 경우 인증을 받아야 사용한다
(message: intellij svn server ssl certificate verification failed)

이 경우 터미널을 사용하는게 가장 쉽고 빠르다.

stack overflow 에서 찾은 결과

1 svn checkout

2 svn list https://your.repository.url
which will ask you to do the authentication as well.
If this is needed to get authorization to a user that can't login, run:

3 sudo -u username svn list https://your.repository.url

이렇게 하면 간단히 해결 된다

참조사이트
https://stackoverflow.com/questions/3147660/server-certificate-verification-failed-issuer-is-not-trusted

댓글 없음:

댓글 쓰기