2014-09-29 2 views
0

GIT 저장소에 변경 사항을 적용하기 위해 Android Studio에서 오류 대화 상자 "변경 사항 감지 안 함"을 계속 표시합니다.Android Studio에서 GIT를 사용하는 데 문제가 있습니다.

com.intellij.openapi.vcs.VcsException: dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk 
      Referenced from: /usr/local/git/bin/git 
      Expected in: /usr/lib/libSystem.B.dylib 
      dyld: Symbol not found: ___strlcpy_chk 
      Referenced from: /usr/local/git/bin/git 
      Expected in: /usr/lib/libSystem.B.dylib 
      during executing git log HEAD --branches --remotes --tags --encoding=UTF-8 --full-history --sparse --max-count=2000 --pretty=format:%x01%H%x02%ct%x02%an%x02%at%x02%ae%x02%cn%x02%ce%x02%P%x02%s%x02%b%x02%B%x03 --encoding=UTF-8 --full-history --sparse --: com.intellij.openapi.vcs.VcsException: dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk 
      Referenced from: /usr/local/git/bin/git 
      Expected in: /usr/lib/libSystem.B.dylib 
      dyld: Symbol not found: ___strlcpy_chk 
      Referenced from: /usr/local/git/bin/git 
      Expected in: /usr/lib/libSystem.B.dylib 
      during executing git log HEAD --branches --remotes --tags --encoding=UTF-8 --full-history --sparse --max-count=2000 --pretty=format:%x01%H%x02%ct%x02%an%x02%at%x02%ae%x02%cn%x02%ce%x02%P%x02%s%x02%b%x02%B%x03 --encoding=UTF-8 --full-history --sparse -- 

사람이 이것을 설명 및/또는 솔루션을 제공 할 수 있습니다 : 나는 경우에 보면

난이 로그를 보려면 로그?

열기 엑스 코드 및 Ctrl 키 + ,을 명중하고 Downloads하십시오

답변

0

this answer에 따르면, 당신은 엑스 코드에서 명령 행 도구을 설치해야합니다.

+0

xCode? 정말? 나는 이것을 시도 할 것이지만 그건 내 마음을 불다. – erik

+0

내가 제공 한 링크에서 다른 대답을 시도해 볼 수도있다. 어떤 사람들은'.bash_profile' 파일을 업데이트하여이 문제를 해결했습니다. –

+0

.bash_profile 업데이트에 대한 답변을 보았지만 그리스어였습니다. – erik

관련 문제