Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mac上与git和Araxis的版本比较_Git_Macos_Araxis - Fatal编程技术网

Mac上与git和Araxis的版本比较

Mac上与git和Araxis的版本比较,git,macos,araxis,Git,Macos,Araxis,我正在尝试使用Araxis Merge来区分git回购的两个分支。当使用git difftool时,它一次打开一个文件(包括许多我不需要担心的库)。使用hg时,我从命令行获得了一个很好的文件夹视图。我觉得这个话题很有趣: 但是,当我按照说明(包括Araxis合并文档上的说明)操作时,会出现以下错误: The operation couldn’t be completed. Operation not supported (0x8000002D) 我还尝试让“版本”菜单下拉菜单工作:在这里(在

我正在尝试使用Araxis Merge来区分git回购的两个分支。当使用git difftool时,它一次打开一个文件(包括许多我不需要担心的库)。使用hg时,我从命令行获得了一个很好的文件夹视图。我觉得这个话题很有趣:

但是,当我按照说明(包括Araxis合并文档上的说明)操作时,会出现以下错误:

The operation couldn’t be completed. Operation not supported (0x8000002D)
我还尝试让“版本”菜单下拉菜单工作:在这里(在“准备合并以使用插件”一节下),它声明“使用Git for Windows测试”

我使用的是Araxis专业版v2016.4774


有人用这个在Mac上工作吗?提前谢谢

哦,我终于找到了一个解决方案,以防其他人看到。诀窍是在git命令行上使用--dir diff选项,如下所示:

git difftool --dir-diff aBranchName..anotherBranchName
在这里找到它:

这将在文件夹比较视图中打开Araxis。但仍然无法从Araxis Merge中打开与git版本的文件夹比较