사용자 도구

사이트 도구


wiki:3party:scm:git

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
wiki:3party:scm:git [2022/09/13 17:20]
dhan
wiki:3party:scm:git [2023/04/26 11:42] (현재)
dhan
줄 167: 줄 167:
 \\ \\
 [[https://23life.tistory.com/124|원격지 Git Repository 초기화하기]] \\ [[https://23life.tistory.com/124|원격지 Git Repository 초기화하기]] \\
 +[[https://codingdog.tistory.com/entry/git-remote-get-url-%EC%9B%90%EA%B2%A9-url%EC%9D%84-%EC%96%BB%EC%96%B4%EC%98%A8%EB%8B%A4|git remote get-url : 원격 url을 얻어온다.]] \\
 \\ \\
 ===== 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://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>
 +
 +
 \\ \\
  
줄 179: 줄 194:
 ===== Ref ===== ===== Ref =====
   * [[https://minsone.github.io/git/github-managing-remotes-changing-a-remotes-url|원격 저장소 URL 변경하기]]   * [[https://minsone.github.io/git/github-managing-remotes-changing-a-remotes-url|원격 저장소 URL 변경하기]]
 +  * {{wiki:3party:scm:git:211013wed-git-workflow-on-sts.pdf | Git-workflow pdf}}
  
-{{tag>주레피 git}}+{{tag>주레피 git heon}}
/volume1/web/dokuwiki/data/attic/wiki/3party/scm/git.1663057211.txt.gz · 마지막으로 수정됨: 2022/09/13 17:20 저자 dhan