top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to Install git on Linux Server

+2 votes
414 views

I'm new to using git and I'm guessing the most of the developers and companies, we don't like to have our source code in a server that is not in our control.

So, I wonder if there is any way of installing git in my Linux server and don't have any sort of interaction with www.github.com?

My ideal is to have a normal server repository source control in my Linux box and a git client installed in my windows machine.

How can I achieve that? Could you guys please point some manual, link, step by step process on how to achieve the server configuration and/or the client app to work with my server?

posted Dec 5, 2014 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+2 votes

I'm try to Git Server on my windows machine, From Google I get only how to install GIT GUI only.

For testing I need to make my window machine as GIT server, can any please provide me the GIT Server S/W location and installation guide PDF or URL.

–1 vote

There was a request to install GIT on aix servers but there are no documentation or softwares to install GIT on aix. Can you please share any documentation and softwares available to install GIT on aix.

+1 vote

How to configure a read-only copy of a remote Git repository on a local server in bare mode and automatically synchronize its contents.

I need to configure a mirror of the repository hosted at another location and the mirrored repository should automatically perform syncing of code at regular intervals.

...