문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
wiki:3party:scm:git [2022/03/29 14:40] dhan |
wiki:3party:scm:git [2023/04/26 11:42] (현재) dhan |
||
---|---|---|---|
줄 142: | 줄 142: | ||
$> explorer . (윈도우 탐색기가 열림) | $> explorer . (윈도우 탐색기가 열림) | ||
</ | </ | ||
+ | |||
+ | ===== 자격 증명 ===== | ||
+ | * [[https:// | ||
===== Tip ===== | ===== Tip ===== | ||
줄 162: | 줄 165: | ||
$> git remote -v | $> git remote -v | ||
</ | </ | ||
+ | \\ | ||
+ | [[https:// | ||
+ | [[https:// | ||
\\ | \\ | ||
===== Troubleshooting ===== | ===== Troubleshooting ===== | ||
줄 168: | 줄 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 | ||
+ | |||
+ | // 계정 정보를 계속 물어볼 경우 | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
\\ | \\ | ||
줄 173: | 줄 194: | ||
===== Ref ===== | ===== Ref ===== | ||
* [[https:// | * [[https:// | ||
+ | * {{wiki: | ||
- | {{tag> | + | {{tag> |