top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to install gitolite on gitserver

+2 votes
195 views
How to install gitolite on gitserver
posted May 10, 2014 by Honey

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

Similar Questions
+2 votes

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?

+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

I was wondering if there are any install flags for git to be installed silently and to be able to pre-choose the install options to make it completely silent? Using the standard /S flag for the .exe just seems to launch it as normal.

+3 votes

I have cloned someone's repository on my local drive using git command: git clone http://github.com/xxx.git

But I don't find any setup.py file. How do I install the package xxx? So that I can 'import xxx' in my python script.

...