comparison help/topics/34.txt @ 579:6ac21e5397aa

Forgotten in prior commit
author Chris Cannam
date Wed, 07 Mar 2012 14:24:29 +0000
parents
children e40e3ebe9f2e
comparison
equal deleted inserted replaced
578:2c106ea908b5 579:6ac21e5397aa
1 {Sharing changes}
2
3 Every time I push some changes, I have to type my password again
4
5 When you push to a remote repository with an "https:" prefix on its
6 URL, EasyMercurial's password dialog should ask whether you want to
7 remember your login details.
8
9 If you say yes, the details will be stored until EasyMercurial
10 exits---so you won't have to enter them if you push or pull again
11 while the present EasyMercurial session is running. Your password will
12 be stored, encrypted with a session key, in a file which is deleted
13 when EasyMercurial exits.
14
15 *If this option does not appear*
16
17 ... and if you're using OS/X, then you need to install the PyCrypto
18 library before EasyMercurial will be able to store encrypted passwords
19 for you.
20
21 Try running @sudo easy_install pycrypto@ in a terminal window.
22
23 *Not using an https repository?*
24
25 If your remote repository uses ssh or some other protocol, then
26 EasyMercurial won't be able to help. You might consider using ssh
27 public key authentication and an ssh agent---talk to the admin of your
28 remote repository for more details.