Jho*_*re- 4 authentication mercurial dvcs push
我有一个带有一些Mercurial存储库的HTTP服务器; 我在其中处理摘要式身份验证,并且我发现自己经常将更改推送到服务器,所以,我想知道如果有任何方法发送凭据(用户和密码)以及hg push命令?
谢谢
Mar*_*ler 21
请使用hgrc文件中的auth部分.这会让你写下这样的东西:
[auth]
bb.prefix = https://bitbucket.org/
bb.username = mg
bb.password = something
Run Code Online (Sandbox Code Playgroud)