Store password in TortoiseHg

前端 未结 7 1505
情话喂你
情话喂你 2020-12-02 04:07

Is there a way to configure TortoiseHg to store my password?

I have a project hosted on Google Code that I access using TortoiseHg. Whenever I want to push changes t

7条回答
  •  渐次进展
    2020-12-02 04:55

    This works for me using SSH. I know the password it's in text plain, but this is not a problem in this project. You have to change myUser and MyOPas for your credentials and the path to: TortoisePlink.exe. Edit the mercurial.ini

    [reviewboard]
    password = myPass
    [ui]
    username = myUser
    ssh = "C:\Program Files\TortoiseHg\lib\TortoisePlink.exe" -l myUser -pw  myPass
    

提交回复
热议问题