git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* manual http authorization (no netrc)
@ 2011-01-06 17:20 tom fogal
  2011-01-09 16:35 ` Tay Ray Chuan
  0 siblings, 1 reply; 3+ messages in thread
From: tom fogal @ 2011-01-06 17:20 UTC (permalink / raw)
  To: git

I'm getting authorization errors when I lack a .netrc for an http-based
server.  Specifically:

  tf@shigeru tmp $ git clone http://myhost:port/git/io.git
  Cloning into io...
  Username:
  Password:
  error: The requested URL returned error: 401 (curl_result = 22, http_code =
  401, sha1 = 9c201da4d64e2fd178935b9ebbd6e110a97578d4)
  error: Unable to find 9c201da4d64e2fd178935b9ebbd6e110a97578d4 under
  http://shigeru.sci.utah.edu:1234/git/io.git
  Cannot obtain needed blob 9c201da4d64e2fd178935b9ebbd6e110a97578d4
  while processing commit b1853d6f6a54cf22e259a75f77770eef53b8cb38.
  error: Fetch failed.

I did try multiple times; the username/password combo is correct :)

A friend of mine is also experiencing the same problem.  The server is
running git 1.5.6.5; my client is 1.7.3.4, and I'm not sure what the
other party's is, but it's likely to be recent.

Everything works fine if we just create a ~/.netrc and set things up
appropriately. `curl-config --version' says "libcurl 7.18.2" on my
workstation.

What have we configured incorrectly?

-tom

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

end of thread, other threads:[~2011-01-09 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 17:20 manual http authorization (no netrc) tom fogal
2011-01-09 16:35 ` Tay Ray Chuan
2011-01-09 19:49   ` tom fogal

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).