On Mon, 20 Aug 2012 17:37:07 -0700 (PDT) Mavin Martin <[email protected]> wrote:
[...] > $ git pull --rebase > > error: The requested URL returned error: 401 (curl_result = 22, > http_code = 401, sha1 = 4b19e6f290edb6c97bab732c5f3972df5d385319) [...] HTTP status code 401 means "not authorised" [1] which (supposedly) means that while the web server was able to successfully verify your identity, the type of access performed by the Git client when fetching has been denied for you by certain web server settings. Also web server could have denied your from accessing specific filesystem path etc. I would raise web server's debug level and inspect its error log after failed fetches to see what request the Git client sends and how the web server denies it. 1. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
