Use server git installation in GitHub for Windows

Posted by Lg102 on Super User See other posts from Super User or by Lg102
Published on 2014-05-30T07:57:31Z Indexed on 2014/05/30 9:31 UTC
Read the original article Hit count: 130

Filed under:
|
|

We are using Git as the version control for our website development. I work from a laptop, which is connected to the internal network via a WiFi connection. I've mapped the server drives as network drives in Windows. Commands such as git status take significantly longer for me than they do for my co-workers on wired connections. When connecting to the server using SSH and running commands on the git installation there, performance is even better.

Is there a way to configure GitHub for Windows to use the server-installed git (with my credentials)?

Note: While our production servers has a user configuration with proper permissions, the development server has only one root user.

© Super User or respective owner

Related posts about git

Related posts about version-control