wiki:3party:scm:git
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판
이전 판
다음 판
|
이전 판
|
wiki:3party:scm:git [2023/01/13 18:44] 127.0.0.1 바깥 편집 |
wiki:3party:scm:git [2023/04/26 11:42] (현재) dhan |
\\ | \\ |
[[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 ===== |
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> |
| |
| |
\\ | \\ |
| |
===== 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}} |
/var/services/web/dokuwiki/data/attic/wiki/3party/scm/git.1673603053.txt.gz · 마지막으로 수정됨: 2023/01/13 18:44 저자 127.0.0.1