From: Gary Yang <garyyang6@yahoo.com>
To: git@vger.kernel.org
Subject: Cannot git pull using http from my git.mycompany.com
Date: Thu, 20 Nov 2008 17:13:06 -0800 (PST) [thread overview]
Message-ID: <562019.27220.qm@web37908.mail.mud.yahoo.com> (raw)
git pull http://git.mycompany.com/pub/git/u-boot.git HEAD
fatal: http://git.mycompany.com/pub/git/u-boot.git/info/refs not found: did you run git update-server-info on the server?
Below are related gitweb configs. What did I do wrong?
httpd.confg
<VirtualHost 10.66.4.168>
ServerName svdcgit01
DocumentRoot /pub/git
<Directory /var/www/cgi-bin>
Allow from all
AllowOverride all
Order allow,deny
Options ExecCGI
<Files gitweb.cgi>
SetHandler cgi-script
</Files>
</Directory>
DirectoryIndex /cgi-bin/gitweb.cgi
SetEnv GITWEB_CONFIG /etc/gitweb.conf
# RewriteEngine on
# RewriteRule ^/(.*\.git/(?!/?(HEAD|info|objects|refs)).*)?$ /cgi-bin/gitweb.cgi%{REQUEST_URI} [L,PT]
cat /etc/gitweb.conf
# path to git projects (<project>.git)
$projectroot = "/pub/git";
# directory to use for temp files
$git_temp = "/tmp";
# target of the home link on top of all pages
$home_link = $my_uri;
# html text to include at home page
$home_text = "indextext.html";
# file with project list; by default, simply scan the projectroot dir.
$projects_list = $projectroot;
# stylesheet to use
$stylesheet = "/gitweb/gitweb.css";
# logo to use
#$logo = "/git-logo.png";
$logo = "/gitweb/git-logo.png";
# the 'favicon'
$favicon = "/gitweb/git-favicon.png";
$projects_list_description_width = 60;
#$feature{'pathinfo'}{'default'} = [1];
next reply other threads:[~2008-11-21 1:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-21 1:13 Gary Yang [this message]
2008-11-21 8:43 ` Cannot git pull using http from my git.mycompany.com David Symonds
2008-11-21 17:34 ` Gary Yang
2008-11-21 9:54 ` Andreas Ericsson
2008-11-21 20:04 ` How to setup a public reposistory? Gary Yang
2008-11-22 11:12 ` Andreas Ericsson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=562019.27220.qm@web37908.mail.mud.yahoo.com \
--to=garyyang6@yahoo.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.