喜欢git而不想失去它。按照此处的建议运行brew link
是否安全:
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
git
答案 0 :(得分:1)
简短回答:是的,这样做是安全的。
另请注意,OS X在git
中附带/usr/bin
,因此您不需要酿造的Git。
警告消息主要针对提供其他软件包链接的库的软件包。 git
不是这种情况。