码迷,mamicode.com
首页 > Windows程序 > 详细

OS X升级El Capitan后,git difftool无法打开diffmerge的解决方法

时间:2015-10-21 17:27:42      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:

在git项目下执行git difftool,出现如下报错

/Library/Developer/CommandLineTools/usr/libexec/git-core/mergetools/diffmerge: line 121: diffmerge: command not found

解决方法

ln -s /Applications/DiffMerge.app/Contents/Resources/diffmerge.sh /usr/local/bin/diffmerge

 

OS X升级El Capitan后,git difftool无法打开diffmerge的解决方法

标签:

原文地址:http://www.cnblogs.com/maozhige/p/4898309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!