Git not using logged in user for propfind
From: Edwin Amsler <hidden>
Date: 2016-06-15 22:50:56
So, I set up a dandy non-ssl webshare on my server. SSL can come later once everything is configured right. Git clones fine, but when it does a push and uses propfind, it decides to not use my username and so it gets a 401 not authorized error. Here's output from my log. DAV works fine on everything I've tested on, it seems to be a git oopsie. Any ideas? 24.77.236.213 - - [27/Mar/2011:18:21:47 -0500] "GET /dav/git/coral/info/refs?service=git-receive-pack HTTP/1.1" 401 409 24.77.236.213 - - [27/Mar/2011:18:21:52 -0500] "GET /dav/git/coral/info/refs?service=git-receive-pack HTTP/1.1" 401 409 24.77.236.213 - edwin [27/Mar/2011:18:21:52 -0500] "GET /dav/git/coral/info/refs?service=git-receive-pack HTTP/1.1" 200 0 24.77.236.213 - edwin [27/Mar/2011:18:21:52 -0500] "GET /dav/git/coral/HEAD HTTP/1.1" 200 23 24.77.236.213 - - [27/Mar/2011:18:21:52 -0500] "PROPFIND /dav/git/coral/ HTTP/1.1" 401 397