반응형 Git3 git pull 오류 오류 git pullgit pull 실행 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 If you wish to set tracking information for this branch you can do so with: git branch --set-upstream-to=origin/ master다음과 같은 오류가 나타납니다 git pull origin master오류가 나면 항상 위 명령어를 실행하면 문제없이 pull 됐지만 오늘은 저 메시지가 안나오게 해결하고 싶습니다.. 2024. 8. 2. git2 git --version 깃 버전 확인 git config --list 깃 설정 확인 git config --global -e 파일로 설정 열기 (editor) code . Visual Studio에서 열기 git config --global core.editor "code" git config --global -e code를 editor와 연결해서 사용하기 git config --global core.editor "code --wait" git config --global -e code를 editor와 연결해서 사용하기 (종료되기 전까지 터미널 사용불가) git config --global core.autocrlf Window -> true 붙이기 IOS -> input 붙이기 ( OS마다 줄바꿈 문자.. 2021. 5. 29. git Git bash git GUI tortois sourcetree 2021. 4. 30. 이전 1 다음 반응형