- 
            
            as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
 My macbook pro is able to clone/push/pull from the company git server.
My cent 6.3 vm gets a 401 error 
git clone https://git.acme.com/git/torque-setup
"error: The requested URL returned error: 401 Authorization Required while accessing https://git.acme.com/git/torque-setup/info/refs
As a work…
            >>> More
 
- 
            
            as seen on Ask Ubuntu
            - Search for 'Ask Ubuntu' 
            
 I'm following these instructions to install git on my laptop:
http://git-scm.com/download/linux
When I do:
  $ sudo apt-get install git-core
This is what my terinal shows:
  Reading package lists... Done Building dependency tree        Reading
  
  state information... Done The following packages…
            >>> More
 
- 
            
            as seen on Server Fault
            - Search for 'Server Fault' 
            
 I have to setup a server which can allow http vcs management (such as git and svn).
svn support works well, but I have some trouble with git.
Actual configuration:
CentOS 5
Apache 2.2.8
Git 1.7.4.1
The /etc/httpd/conf/httpd.conf content:
ServerTokens OS
ServerRoot "/etc/httpd"
PidFile run/httpd…
            >>> More
 
- 
            
            as seen on Server Fault
            - Search for 'Server Fault' 
            
 I am trying to setup a server where my git repo would be accessible with HTTP(S).
I am using gitolite and nginx (and gitlab for web interface but I doubt it makes any difference).
I have searched the whole afternoon and I think I'm stuck.
I have think I have understood that nginx needs fcgiwrap…
            >>> More
 
- 
            
            as seen on Server Fault
            - Search for 'Server Fault' 
            
 I have setup redmine integration with apache as described in the redmine documentation. I have a /git path accessible with auth and /git-private accessible only to redmine. When I clone the repository through /git path, I get the up-to-date repo. But when I try to view it in redmine repo viewer, I…
            >>> More