내 Windows 8.1 컴퓨터에 로컬 지점이있어 원격 원본에 대한 추적을 잃어 버렸고 더 이상 끌어 오거나 푸시 할 수 없습니다. 암이 정말 의미와 방법이 문제를 해결하는 것을 혼동Git이 원격 참조 오류를 가져 오지 않았습니다.
git.exe pull -v --progress "origin"
error: no such remote ref 76b9285a434564e6de16336307092c7ad6cb8015 refs/heads/feature/meetingroom
error: no such remote ref 97fe8cf5a85a4d1b2ac9f879507e75cfc2680c65 refs/heads/master
error: no such remote ref aada820ffee201d3976d3a7c7358a04f1c99860c refs/heads/LostBranch
git did not exit cleanly (exit code 1)
다음과 같은 오류가 산출 끌어 시도
$ git branch -u origin/LostBranch
Branch LostBranch set up to track remote branch LostBranch from origin.
그러나 그 이후
와 그것을 패치?
'자식 가져 오기'가 작동합니까? – musiKk
msysgit을 다시 설치하고 재부팅했습니다. – icelava