2015-10-07 157 views
8

我最近按照本指南Installing a Git Server using Apache (WebDAV) on Ubuntu Server 12.04使用Apache(WebDAV)設置本地Git服務器。Visual Studio無法克隆遠程存儲庫(Early EOF) - GIT

我已經通過命令提示符將我的源代碼推送到Git服務器。

我想要做的就是使用Visual Studio拉/推/提交此源代碼。從我看過的文字來看,似乎是可能的。

Error encountered while cloning the remote repository: Early EOF 

任何幫助或指針將不勝感激:當你嘗試通過Visual Studio克隆此源代碼,我發現了以下錯誤消息。

+0

您是否使用了HTTPS或SSH的網址是什麼? – VonC

+0

Hi @VonC我正在使用http – Flexo

+0

git pull會在命令行中工作嗎?如果不是的話,那麼http://stackoverflow.com/a/22317479/6309的任何建議的工作? – VonC

回答

2

對於這個2015年要解決的問題(對於Morgan G),您應該使用最近的Git HTTP服務器以及最近的Visual Studio和最近的Git。

這是因爲: