Fle*_*exo 7 git visual-studio visual-studio-2015
我最近按照本指南在Ubuntu Server 12.04上使用Apache(WebDAV)安装Git服务器,使用Apache(WebDAV)设置本地Git服务器.
我已经通过命令提示符将我的源代码推送到Git服务器.
我希望能够做的是使用Visual Studio拉/推/提交此源代码.从我所看到的,它似乎是可能的.当您尝试通过visual studio克隆此源代码时,我收到以下错误消息:
Error encountered while cloning the remote repository: Early EOF
Run Code Online (Sandbox Code Playgroud)
任何帮助或指示将不胜感激.
为了在 2017 年解决这个 2015 年的问题(对于Morgan G),您应该使用最新的 Git HTTP 服务器,以及最新的 Visual Studio 和最新的 Git。
那是因为:
/usr/lib/git-core/git-http-backend脚本。通常,我们不再出于DAV onGit 目的在 Apache 配置中使用。git config --global --add core.compression -1
git config --global http.postBuffer 1048576000
Run Code Online (Sandbox Code Playgroud)| 归档时间: |
|
| 查看次数: |
2568 次 |
| 最近记录: |