【发布时间】:2015-01-05 14:32:49
【问题描述】:
当我打开 SourceTree 并尝试打开我的存储库(或克隆然后打开)时,我收到此错误:
'git log' failed with code 5:'
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
'
我已安装命令行工具 (the answer here suggests its needed)。我该如何解决这个问题?
【问题讨论】:
标签: macos git symbols atlassian-sourcetree