Check Out operation failed
1 error occurred during the operation execution. For more information see the text listed below.
Checkout operation for 'http://github.com/hongkyungmo/waterdog.git' failed.
svn: E175011: Repository moved permanently; please relocate
svn: E175002: OPTIONS request failed on '/hongkyungmo/waterdog.git'
오류원인
SVN 연결이 제대로 안된 상태에서 check out을 해서 생긴 오류.
discard connection과 check out을 헷갈려서 check out을 했다.
discard connection : svn repository 연결 끊기
check out : repository 에 있는 project 가져오기
SVN 연결이 제대로 되지 않은 이유
repository 연결할때 git 주소를 적었는데 내 git 아이디 비밀번호를 잘못적어서 git에 접근하지 못함
다시 connection 하고 check out하니까 잘됨!
반응형
'오류관리' 카테고리의 다른 글
[WEB] Deferred long-running timer task(s) to improve scrolling smoothness. (0) | 2016.05.10 |
---|---|
[TOMCAT] There are no resources that can be added or removed from the server. (0) | 2016.05.07 |
[NodeJS] Unexpected token ILLEGAL (0) | 2016.05.02 |
[ORACLE] ORA-00984 (0) | 2016.04.15 |
[Gradle] not found in root project (0) | 2016.04.14 |