반응형
이클립스에 Paste Repository Path or URI 를 사용해서
GIT에 Repository를 추가하려는 경우에
Clipboard content is neither a directory path nor a valid git URI
혹은
Clipboard contains no data to paste see 'Details' for more information
이런 에러가 발생하면서 안되는 경우가 있는데
에러 내용을 보면 복사한 내용을 가지고
바로 Git Repository 경로를 가져오겠다는 건데
현재 복사되어 있는 내용이 잘못되었거나
혹은 복사한 내용이 없을 경우 저런 에러가 발생하게 된다
해결방법은 유효한 GIT Repository URI를 사용해주거나
공백을 복사한 뒤에 다시 사용해주면 된다
반응형
'Error & Fix' 카테고리의 다른 글
스프링부트 Absent Line Number Information 에러 해결방법 (0) | 2021.01.14 |
---|---|
Spring Failed to instantiate SLF4J LoggerFactory 에러 해결방법 (0) | 2021.01.12 |
이클립스 GIT 연결 안되는 현상 해결방법 (0) | 2021.01.11 |
MySQL Builtin:list-members 에러 해결방법 (0) | 2021.01.07 |
자바 Lambda expression's parameter '변수명' cannot redeclare another local variable defined in an enclosing scope. 에러 해결방법 (0) | 2020.12.09 |
댓글