From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: Does pushing to git demon works ?
Date: Mon, 11 Dec 2006 10:38:27 +0100 [thread overview]
Message-ID: <elj8q6$32n$2@sea.gmane.org> (raw)
In-Reply-To: 200612111513.05752.litvinov2004@gmail.com
Alexander Litvinov wrote:
> I tried pushing [to git daemon] without success:
>$ git push
> fatal: unexpected EOF
>
> What should I do to make it work ?
You cannot make it work. Git by design allow pushing only through
authenticated protocols. You can push via ssh+git:// and local,
you can push via http(s):// but you have to configure WebDAV, perhaps in the
future you would be able to push via ftp(s)://. The git:// and rsync://
protocols are read-only: you can fetch (pull) but you can't push.
P.S. Please send reply also to git mailing list
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2006-12-11 9:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-11 9:13 Does pushing to git demon works ? Alexander Litvinov
2006-12-11 9:38 ` Jakub Narebski [this message]
2006-12-11 10:56 ` Alexander Litvinov
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='elj8q6$32n$2@sea.gmane.org' \
--to=jnareb@gmail.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.