在 Mac 上,我在哪里可以找到 git-http-backend?
On Mac, where can I find git-http-backend?
要安装 Phabricator,我需要 git-http-backend
(一个 CGI 脚本)。尽管 Mac 和 HomeBrew 的 git
均未提供此功能。我在哪里可以找到它?
我可能会创建一个名为 git-http-backend
的 shell 脚本来调用 git http-backend
(即,使用命令 http-backend
调用 git
)。但是如何处理参数呢?
感谢指点!
我太快以为它不存在。真丢脸。
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
我从git-scm.com官网安装了git,发现这里包含了git-http-backend
:
/usr/local/git/libexec/git-core/git-http-backend
对于通过 MacPorts 安装 git 的用户,您的 git-http-backend
位于此处:
/opt/local/libexec/git-core/git-http-backend
要安装 Phabricator,我需要 git-http-backend
(一个 CGI 脚本)。尽管 Mac 和 HomeBrew 的 git
均未提供此功能。我在哪里可以找到它?
我可能会创建一个名为 git-http-backend
的 shell 脚本来调用 git http-backend
(即,使用命令 http-backend
调用 git
)。但是如何处理参数呢?
感谢指点!
我太快以为它不存在。真丢脸。
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
我从git-scm.com官网安装了git,发现这里包含了git-http-backend
:
/usr/local/git/libexec/git-core/git-http-backend
对于通过 MacPorts 安装 git 的用户,您的 git-http-backend
位于此处:
/opt/local/libexec/git-core/git-http-backend