이클립스로 git(소스트리) 로 관리하는 프로젝트가 갑자기? 오류가 낫다.
git이 떨어짐.. 붙이려고 하니
An internal error occurred during: "Computing Git status for repository "프로젝트명"...
어떤이유에서인지 위와같은 오류가 난다면 git bash 로 아래와같은 코드를 작성하자 경로는 프로젝트 레파지토리로 가서.
git config --global core.excludesfile "%USERPROFILE%\.gitignore"
그리고 연동을해보면 붙는다!