사용자 도구

사이트 도구


wiki:3party:scm:git

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
wiki:3party:scm:git [2023/03/25 17:51]
dhan
wiki:3party:scm:git [2023/04/26 11:42] (현재)
dhan
줄 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://javakorean.com/eclipse-%EC%97%90%EC%84%9C-git-pull-%EC%8B%A4%ED%96%89-%EC%8B%9C-the-current-branch-is-not-configured-for-pull-%EC%97%90%EB%9F%AC-%EB%B0%9C%EC%83%9D/|Eclipse 에서 git pull 실행 시, The current branch is not configured for pull 에러 발생]] \\ [[http://javakorean.com/eclipse-%EC%97%90%EC%84%9C-git-pull-%EC%8B%A4%ED%96%89-%EC%8B%9C-the-current-branch-is-not-configured-for-pull-%EC%97%90%EB%9F%AC-%EB%B0%9C%EC%83%9D/|Eclipse 에서 git pull 실행 시, The current branch is not configured for pull 에러 발생]] \\
 +
 +\\
 +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
 +
 +// 계정 정보를 계속 물어볼 경우
 +
 +</code>
 +
 +
 \\ \\
  
/volume1/web/dokuwiki/data/attic/wiki/3party/scm/git.1679734261.txt.gz · 마지막으로 수정됨: 2023/03/25 17:51 저자 dhan