취업 준비/Git
Git : add시 오류 open("파일명.opensdf"):Permission denied, unable to index file 파일명.opensdf
openingsound
2020. 7. 20. 05:07
unity프로젝트를 만들고 새 repository에 add하려는데 계속 발생한 error이다.
[!ERROR] open("파일명.opensdf"): Permission denied
open("파일명.opensdf"): Permission deniedunable to index file 파일명.opensdf 일단, 나는 windows7에...
blog.naver.com
정말 감사하게도 여기서 해결 할 수 있었다.
visual studio 에 들어가서 텍스트 편집기의 c/c++ >고급 > 대체(fall back)위치의 설정 3개를 바꾸면된다
항상대체 위치 사용 = true
대체 위치 사용 = true
대체 위치 = c:\temp( 파일이 없어도 하면 된다고 한다)
그리고 비주얼 스튜디오를 끄고 add하면 클리어!