문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:3party:scm:git [2023/01/13 18:44] 127.0.0.1 바깥 편집 |
wiki:3party:scm:git [2023/04/26 11:42] (현재) dhan |
||
---|---|---|---|
줄 167: | 줄 167: | ||
\\ | \\ | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||
\\ | \\ | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
줄 174: | 줄 174: | ||
Eclipse 에서 git pull 실행 시, The current branch is not configured for pull 에러 발생 \\ | Eclipse 에서 git pull 실행 시, The current branch is not configured for pull 에러 발생 \\ | ||
[[http:// | [[http:// | ||
+ | |||
+ | \\ | ||
+ | remote: HTTP Basic: Access denied 오류 처리 방법 | ||
+ | > 잘못된 계정이 저장된 경우 | ||
+ | git bash에서 차례대로 아래의 명령어를 실행한 수 pull 실행 | ||
+ | <code bash> | ||
+ | $> git config --local --unset credential.helper | ||
+ | $> git config --global --unset credential.helper | ||
+ | $> git config --system --unset credential.helper | ||
+ | |||
+ | // 계정 정보를 계속 물어볼 경우 | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
\\ | \\ | ||
줄 179: | 줄 194: | ||
===== Ref ===== | ===== Ref ===== | ||
* [[https:// | * [[https:// | ||
+ | * {{wiki: | ||
- | {{tag> | + | {{tag> |