В сообщении от 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html