Note that there are some explanatory texts on larger screens.

plurals
  1. POGitolite error .gitolite.rc' seems to be for older gitolite; please see doc/g2migr.mkd
    primarykey
    data
    text
    <p>I have installed gitolite using <code>rpm</code> in centos6 ie <code>gitolite-2.3.1-1.el6.noarch.rpm</code> and after <code>rpm</code> installation I have run the <code>gl-setup</code>.<br> I am trying to access repo over http. When I try to clone git clone <code>http://server.name/git/gitoliteadmin.git</code> it gives error:</p> <pre><code>FATAL: '/var/opt/jet/gitolite/.gitolite.rc' seems to be for older gitolite; please see doc/g2migr.mkd (online at http://gitolite.com/gitolite/g2migr.html) Premature end of script headers: gitolite-shell </code></pre> <p>Below is my <code>htpd.conf</code> configuration</p> <pre><code>&lt;VirtualHost 10.111.123.17:80&gt; ServerName server.name LogLevel Debug SetEnv GIT_HTTP_EXPORT_ALL SetEnv GITOLITE_HTTP_HOME /var/opt/gitolite SetEnv GIT_PROJECT_ROOT /var/opt/gitolite/repositories SetEnv REMOTE_USER=$REDIRECT_REMOTE_USER ScriptAlias /git/ /opt/git_install/gitolite-master/src/gitolite-shell/ SetEnv /usr/libexec/git-core/git-http-backend &lt;Location /git&gt; AuthType Basic AuthName "Git CLone" AuthBasicProvider ldap AuthzLDAPAuthoritative on Require valid-user Order allow,deny Allow from all &lt;/Location&gt; &lt;LocationMatch "^/git/.*/git-receive-pack$"&gt; Order deny,allow Deny from All AuthName "GIT Repo" AuthType Basic AuthBasicProvider ldap AuthzLDAPAuthoritative On Require valid-user &lt;/LocationMatch&gt; &lt;/VirtualHost&gt; </code></pre> <p>Not sure what is wrong. Also while <code>rpm</code> installation the <code>gitolite-shell</code> was not part of <code>rpm</code> package.<br> So I downloaded the zip file from sitaramc and added the gitolite-shell path.</p> <p>What am I missing?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload