我最近遵循本指南Installing a Git Server using Apache (WebDAV) on Ubuntu Server 12.04使用Apache(WebDAV)设置本地Git服务器。
我已经通过命令提示符将我的源代码推送到Git服务器。
我希望能够使用Visual Studio来拉/推/提交此源代码。从我所看到的,它似乎是可能的。当您尝试通过visual studio克隆此源代码时,我收到以下错误消息:
Error encountered while cloning the remote repository: Early EOF
任何帮助或指示都将不胜感激。
答案 0 :(得分:2)
对于2017年要解决的2015年问题(对于Morgan G),您应该使用最近的Git HTTP服务器,最近的Visual Studio和最近的Git。
那是因为:
/usr/lib/git-core/git-http-backend
脚本。通常,我们不再在Apache配置中使用DAV on
用于Git目的。对于要克隆的大型Git仓库,you would need(作为in here):
git config --global --add core.compression -1
git config --global http.postBuffer 1048576000