Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.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
Windows Git SmartHttp:Git-http-backend.exe在哪里?_Windows_Git_Apache - Fatal编程技术网

Windows Git SmartHttp:Git-http-backend.exe在哪里?

Windows Git SmartHttp:Git-http-backend.exe在哪里?,windows,git,apache,Windows,Git,Apache,我正试图按照说明在“SmartHTTP”模式下配置git服务器 它可能看起来有点傻,但我似乎找不到文件git-httpbackend.exe。我被这部分卡住了 SetEnv GIT_PROJECT_ROOT /opt/git SetEnv GIT_HTTP_EXPORT_ALL ScriptAlias /git/ /usr/lib/git-core/git-http-backend/ 我是apache配置的新手,但我将此部分解释为“您需要告诉apachegit http backend.ex

我正试图按照说明在“SmartHTTP”模式下配置git服务器

它可能看起来有点傻,但我似乎找不到文件
git-httpbackend.exe
。我被这部分卡住了

SetEnv GIT_PROJECT_ROOT /opt/git
SetEnv GIT_HTTP_EXPORT_ALL
ScriptAlias /git/ /usr/lib/git-core/git-http-backend/
我是apache配置的新手,但我将此部分解释为“您需要告诉apache
git http backend.exe
文件的位置,它将使用它来处理
/git/
文件夹中的所有请求。”

问题是我找不到这个文件。。。我从安装了git for Windows 64位,该文件不在我的git安装目录中。

找到了它

C:\Program Files\Git\mingw64\libexec\git-core\git-http-backend.exe