Store password in TortoiseHg

前端 未结 7 1527
情话喂你
情话喂你 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:52

    If you want to store the password in mercurial.ini and it doesn't work anymore after you upgrade to TortoiseHg 4.9 or higher a possible solution is to add the port to the prefix:

    [auth]
    tax.prefix = http://server:8080
    tax.username = cerveser
    tax.password = mypassword
    

提交回复
热议问题