Git development
 help / color / mirror / Atom feed
From: "YOSHIFUJI Hideaki / 吉藤英明" <yoshfuji@linux-ipv6.org>
To: junkio@cox.net
Cc: yoshfuji@linux-ipv6.org, git@vger.kernel.org
Subject: git daemon broken?
Date: Mon, 21 Nov 2005 15:47:33 +0900 (JST)	[thread overview]
Message-ID: <20051121.154733.64482215.yoshfuji@linux-ipv6.org> (raw)

Hello.

It seems that git-daemon is broken.

(On server side)
% git daemon --verbose
(On client side)
% git pull git://git.skbuff.net/gitroot/yoshfuji/x.git

Then, we get on the server side,
:
[16660] Request for '/gitroot/yoshfuji/x.git'
fatal: '.': unable to chdir or not a git archive
[16660] Disconnected (with error)

It works if I remove "--strict" from daemon.c.

% git daemon --verbose
:
[16723] Request for '/gitroot/yoshfuji/x.git'
Packing 21 objects
[16723] Disconnected

-- 
YOSHIFUJI Hideaki @ USAGI Project  <yoshfuji@linux-ipv6.org>
GPG-FP  : 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

             reply	other threads:[~2005-11-21  6:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-21  6:47 YOSHIFUJI Hideaki / 吉藤英明 [this message]
2005-11-21  7:30 ` git daemon broken? Junio C Hamano

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=20051121.154733.64482215.yoshfuji@linux-ipv6.org \
    --to=yoshfuji@linux-ipv6.org \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox