Re: Does pushing to git demon works ?

From: Alexander Litvinov <litvinov2004@gmail.com>
Date: 2006-12-11 21:56:20
В сообщении от Monday 11 December 2006 15:38 Jakub Narebski написал(a):
> 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

Thanks a lot, I just forgot about authentication :-)
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Mon Dec 11 21:56:36 2006

This archive was generated by hypermail 2.1.8 : 2006-12-11 21:59:11 EST