공부한것들을 정리하는 블로그 입니다.
svn 접속오류 본문
출처:
https://gooya17.tistory.com/entry/intellij-svn-접속-오류시
svn: E170013: Unable to connect to a repository at URL
svn: E730049: Error running context:
svn: E230001: Server SSL certificate verification failed
아무리 로그인해도 svn접속이 되지 않는경우
Microsoft Windows [Version 10.0.16299.371]
(c) 2017 Microsoft Corporation. All rights reserved.
C:\Users\goo30>cd C:\dev\Apache-Subversion-1.9.2\bin
Subversion설정한 폴더로 이동한후 bin폴더에서
svn list [svn주소]
명령어를 치면 접속계정설정가능
C:\dev\Apache-Subversion-1.9.2\bin>svn list https://아이피:포트/svn
Error validating server certificate for 'https://아이피:포트':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
- The certificate hostname does not match.
Certificate information:
- Hostname: PC
- Valid: from Apr 3 00:24:48 2018 GMT until Mar 31 00:24:48 2028 GMT
- Issuer: PC
- Fingerprint: 47:48:D3:D8:A2:85:62:94:78:72:46:C1:1F:59:D4:41:C8:FE:B6:6D
(R)eject, accept (t)emporarily or accept (p)ermanently? p
Authentication realm: <https://아이피:포트> VisualSVN Server
Password for 'username123': ****
자동으로 컴퓨터계정명으로 아이디가 입력됨..
svn에서 해당아이디로 계정생성후 비번입력하면 접속성공
'잡담 > 개인보관용' 카테고리의 다른 글
자바 위키 (0) | 2022.05.25 |
---|---|
특수문자 URL 인코딩(Encode) / 디코딩(Decode) 표기 방법 (0) | 2022.01.19 |
[Eclipse] 이클립스에서 .class 파일 열기(Class Decompile) (0) | 2019.06.21 |
Eclipse Project Encoding UTF-8 (0) | 2019.06.20 |
Eclipse Spring Error : Cannot change version of project facet Dynamic Web Module to 2.5 (0) | 2019.06.20 |
jar가 포함된 maven 등 repository 검색하는 사이트 (0) | 2019.06.20 |
[oracle error] 해결: Socket read interrupted, Authentication lapse 0 ms. 또는 [Eclipse Tomcat error] : server ports required by tomcat are already in use (1) | 2019.06.17 |
명령프롬프트(cmd)에서 find, findstr 사용법(특정단어찾기) (0) | 2019.06.11 |