git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to push to http(s) repository with authentication?
@ 2008-10-20 18:25 Josef Wolf
  2008-10-23 17:53 ` Josef Wolf
  0 siblings, 1 reply; 4+ messages in thread
From: Josef Wolf @ 2008-10-20 18:25 UTC (permalink / raw)
  To: git

Hello,

I have set up a repository as described in

  http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt

over SSL with basic authentication.  DAV access works fine with konqueror,
cadaver and and curl, using this .curlrc:

   $ cat ~/.curlrc
   --cacert /etc/cacerts/myca.pem
   --user   user
   $ curl https://repo.host.org/git/test/HEAD
   Enter host password for user 'user':
   ref: refs/heads/master
   $

But when called from git, this file seems to be ignored.  I have checked
google, but the only hint I could find was to put credentials into
~/.netrc.  IMHO, this is a bad workaround, since this implies to have
unencrypted passwords lying around on the disk.

Any hints?

PS: I have asked a similar question a couple of days ago.  Here is a link
    to my original mail with more information how I set up the server:

      http://marc.info/?l=git&m=122426078301793&w=2

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

end of thread, other threads:[~2008-10-23 22:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-20 18:25 How to push to http(s) repository with authentication? Josef Wolf
2008-10-23 17:53 ` Josef Wolf
2008-10-23 19:05   ` Alex Riesen
2008-10-23 22:32     ` Josef Wolf

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