git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* http-smart-backend: can clone, cannot push
@ 2010-06-01 12:28 Jeremiah Foster
  2010-06-01 13:15 ` Tay Ray Chuan
  0 siblings, 1 reply; 9+ messages in thread
From: Jeremiah Foster @ 2010-06-01 12:28 UTC (permalink / raw)
  To: git

Hello,

	I've set up a directory to serve git repos under /var/www/git using:

	- apache2
	- git 1.7.1
	
	The apache config file is literally pasted from the http-smart-backend documentation, modified for my installation. I clone successfully over https using the smart backend. I know this because when you use the smart backend you get this type of message:

	git clone https://git.pelagicore.net/var/www/git/administrivia.git
	Initialized empty Git repository in /home/jeremiah/administrivia/.git/
	remote: Counting objects: 69, done.
	remote: Compressing objects: 100% (47/47), done.
	remote: Total 69 (delta 15), reused 0 (delta 0)
	Unpacking objects: 100% (69/69), done.

	As opposed to a more terse message when using a 'dumb' http transport.

	I cannot push however. This is what git says:
	
	$ ~/administrivia >  git push origin master
	error: Cannot access URL https://git.pelagicore.net/var/www/git/administrivia.git/, return code 22
	fatal: git-http-push failed

	And this is what the logs say:

	[Tue Jun 01 14:25:54 2010] [error] [client 109.74.195.212] Request not supported: '/var/www/git/administrivia.git/'

	How is that I can clone with the smart transport, and not push?

Thanks,

Jeremiah

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-06-02 15:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 12:28 http-smart-backend: can clone, cannot push Jeremiah Foster
2010-06-01 13:15 ` Tay Ray Chuan
2010-06-01 15:24   ` Jeremiah Foster
2010-06-01 15:40     ` Tay Ray Chuan
2010-06-01 15:53       ` Jeremiah Foster
2010-06-01 15:58         ` Shawn O. Pearce
2010-06-01 16:59           ` Antonio García Domínguez
2010-06-02 15:16           ` Jeremiah Foster
2010-06-01 15:59         ` Erik Faye-Lund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).