I've recently followed this guide Installing a Git Server using Apache (WebDAV) on Ubuntu Server 12.04 to setup a local Git Server using Apache (WebDAV).
I have pushed my source code to the Git Server through command prompt.
I want to be able to do is pull / push / commit this source code using Visual Studio. From what I have read its appears to be possible. I'm getting the following error message when you try and clone this source code through visual studio:
Error encountered while cloning the remote repository: Early EOF
Any help or pointers would be appreciated.