Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mercurial authentication caching?

My Mercurial server requires https authentication for pulls. How can I cache my authentication information on the client without exposing a plain-text password on disk?

I'm looking for something like using sudo with mercurial and ssh authentication but for HTTPS.

like image 927
Gili Avatar asked Sep 29 '10 02:09

Gili


1 Answers

have you explored Mercurial keyring?

It supports HTTPS and comes bundled with the latest version of TortoiseHg. If you don't have TortoiseHg, you can install it like any other extension as well (although I recommend TortoiseHg if you're a Windows user).

like image 193
dls Avatar answered Sep 23 '22 20:09

dls