从需要使用Python脚本进行身份验证的存储库中提取

时间:2014-02-13 00:03:04

标签: authentication mercurial

我正在使用hgapi模块通过Python脚本运行mercurial命令。我有以下代码:

example_repo = hgapi.Repo('C:/Users/JohnDoe/workspace/example')
example_repo.pull()

因为我是从需要http身份验证的存储库中提取的,所以会引发异常:

hgapi.hgapi.HgException:运行hg错误--cwd C:/ Users / JohnDoe / workspace / example pull: “+ tErr:abort:需要http授权

输出: 退出:255

这是hgapi的限制吗?是否有一种不同的方法可用于从需要通过Python脚本进行身份验证的存储库中提取?

0 个答案:

没有答案