Re: push fails with return code 22

2017-04-28 Thread Andrew Watson
You are the best Peff. It was indeed the hierarchy. So just had to change document root. Thanks a bunch. On Fri, Apr 28, 2017 at 11:34 AM, Jeff King wrote: > On Fri, Apr 28, 2017 at 11:28:14AM -0400, Andrew Watson wrote: > >> $ GIT_CURL_VERBOSE=1 git clone

Re: push fails with return code 22

2017-04-28 Thread Jeff King
On Fri, Apr 28, 2017 at 11:28:14AM -0400, Andrew Watson wrote: > $ GIT_CURL_VERBOSE=1 git clone http://git.site.domain.com/foo/gitrepo.git > Cloning into 'gitrepo'... > * Couldn't find host git.site.domain.com in the _netrc file; using defaults > * timeout on name lookup is not supported > *

Re: push fails with return code 22

2017-04-28 Thread Andrew Watson
Hi Peff, Thanks for the help. $ GIT_CURL_VERBOSE=1 git clone http://git.site.domain.com/foo/gitrepo.git Cloning into 'gitrepo'... * Couldn't find host git.site.domain.com in the _netrc file; using defaults * timeout on name lookup is not supported * Trying 192.168.16.138... * TCP_NODELAY set *

Re: push fails with return code 22

2017-04-28 Thread Jeff King
On Fri, Apr 28, 2017 at 11:09:55AM -0400, Andrew Watson wrote: > Thanks for pointing me to git help http-backend. I confirmed the > modules are loaded and the CGI environment variables. I've added > "AcceptPathInfo On" to my httpd.conf just to be safe. > > I'm not sure what /info/refs is

Re: push fails with return code 22

2017-04-28 Thread Andrew Watson
Hi Peff, I agree that it does look like the client isn't using smart-http. I am using the Windows client from git-scm.com. Thanks for pointing me to git help http-backend. I confirmed the modules are loaded and the CGI environment variables. I've added "AcceptPathInfo On" to my httpd.conf just

Re: push fails with return code 22

2017-04-27 Thread Jeff King
On Thu, Apr 27, 2017 at 02:37:19PM -0400, Andrew Watson wrote: > I'm trying to setup git with Smart HTTP so we can move off of SVN. > > I've used the blog post: https://git-scm.com/blog/2010/03/04/smart-http.html I'm not sure how that post will have aged. You might check your setup against the

push fails with return code 22

2017-04-27 Thread Andrew Watson
Hi, I'm trying to setup git with Smart HTTP so we can move off of SVN. I've used the blog post: https://git-scm.com/blog/2010/03/04/smart-http.html I'm getting "error: Cannot access URL ... return code 22" when I try to push. Clone works fine. I verified authentication by replacing my LDAP