要安装Phabricator,我需要git-http-backend
(CGI脚本)。虽然这不适用于Mac和HomeBrew的git
。我在哪里可以找到它?
我可能会创建一个名为git-http-backend
的shell脚本,调用git http-backend
(即使用命令git
调用http-backend
)。但是我该如何处理这些参数?
感谢您的任何指示!
答案 0 :(得分:4)
我假设太快了,它不在那里。对我感到羞耻。
sudo find . -name git-http-backend
透露了以下内容:
Mac的git:
/Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git-http-backend
/Library/Developer/CommandLineTools/usr/libexec/git-core/git-http-backend
HomeBrew的git:
/usr/local/Cellar/git/2.0.1/libexec/git-core/git-http-backend
答案 1 :(得分:0)
我在官方git-scm.com网站上安装了git,发现其中包含git-http-backend
:
/usr/local/git/libexec/git-core/git-http-backend
答案 2 :(得分:0)
对于那些通过MacPorts安装git的人,您的git-http-backend
位于此处:
/opt/local/libexec/git-core/git-http-backend