Also, Following is the output I get when I run curl
$ curl --netrc-optional --location -v http://<>@<>/git/repos/merc/HEAD * About to connect() to .com port 80 (#0) * Trying IP... connected * Connected to <> port 80 (#0) * Server auth using Basic with user 'ravirajk' > GET /git/repos/merc/HEAD HTTP/1.1 > Authorization: Basic cmF2aXJhams6QWJjZDEyMzQ= > User-Agent: curl/7.21.1 (i686-pc-mingw32) libcurl/7.21.1 OpenSSL/0.9.8k zlib/1 .2.3 > Host: .com > Accept: */* > < HTTP/1.1 404 Not Found < Date: Fri, 20 May 2011 06:08:42 GMT < Server: Apache/2.2.3 (Red Hat) < Content-Length: 301 < Connection: close < Content-Type: text/html; charset=iso-8859-1 < <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL /git/repos/merc/HEAD was not found on this server.</p> <hr> <address>Apache/2.2.3 (Red Hat) Server at cctest1.in.nds.com Port 80</ address> </body></html> * Closing connection #0 -- 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.
