【发布时间】:2012-05-16 05:09:11
【问题描述】:
我已将 git 配置为使用 ~/bin/opendiff-git.sh 作为我的外部差异工具。该脚本如下所示:
opendiff $2 $5
当我尝试从命令行执行 git diff 时,我收到以下消息:
2011-02-18 13:58:55.532 opendiff[27959:60f] exception raised trying to run FileMerge: launch path not accessible
2011-02-18 13:58:55.535 opendiff[27959:60f] Couldn't launch FileMerge
external diff died, stopping at source/some_file.m.
发生了什么事?这已经工作了好几个月,但最近停止工作。
【问题讨论】:
标签: xcode git filemerge opendiff