반응형
VSCode에서 git을 연동하여 AWS CodeCommit에 있는 코드들을 가져오려고 pull을 당기니, There is no tracking information for the current branch. 에러가 발생했다.
git pull --tags
> git pull --tags
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> dev
이 문제가 발생했는데, 전반적인 문제와는 좀 달랐다. 기존에 소스가 있었던 것도 아니고 remote add origin을 한 후에 pull로 당기려고 하니 발생했었다.
그래서, Visual Studio Code에서 [Source Control]로 이동한 다음, 위의 사진에 [Checkout to...]를 눌러 브랜치를 선택하여 체크아웃을 받았다.
그 후에, 수정된 것에 대한 pull을 다시 하니 정상적으로 pull이 받아졌다.
반응형
'IT > GIT' 카테고리의 다른 글
[GIT] git fatal detected dubious ownership in repository 문제 해결 방법 (0) | 2024.12.11 |
---|---|
[Git] please clean your repository working tree before checkout 문제 해결 방법 (0) | 2024.07.16 |
[Git] Git remote origin already exists 에러 해결 방법(remote origin 삭제) (0) | 2024.06.12 |
[Git] Make sure you configure your 'user.name' and 'user.email' in git 에러 해결 방법 (0) | 2024.03.11 |
VS Code(Visual Studio Code)에서 깃 clone, commit, push 하는 방법 (0) | 2021.07.14 |
STS(Spring Tool Suite)에서 깃허브(Github) 커밋(Commit) 및 푸시(Push) 하는 방법 (0) | 2021.07.14 |
STS(Spring Tool Suite)에서 깃허브(Github) 연동 및 클론하는 방법 (0) | 2021.07.14 |
깃허브(Github) Git 클론하는 방법 (0) | 2021.07.14 |
최근댓글