Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mercurial rbt工具-由于缺少http授权而中止_Mercurial_Review Board_Rbtools - Fatal编程技术网

Mercurial rbt工具-由于缺少http授权而中止

Mercurial rbt工具-由于缺少http授权而中止,mercurial,review-board,rbtools,Mercurial,Review Board,Rbtools,我正在使用Mercurial,但由于缺少http授权,rbt工具无法在存储库上运行rbt diff 下面是我得到的错误 无法执行命令:[u'hg',u'-q',u'outing',u'--template',u'{rev}\\t {node | short}\\t{branch}\\n',u'default',u'-r',u'.] 中止:需要http授权才能终止http://abc.xyz.com/hg/foo/com.my.repository/ 我试着给出--用户名和--密码,但它们是供审查

我正在使用Mercurial,但由于缺少http授权,rbt工具无法在存储库上运行
rbt diff

下面是我得到的错误
无法执行命令:[u'hg',u'-q',u'outing',u'--template',u'{rev}\\t
{node | short}\\t{branch}\\n',u'default',u'-r',u'.]
中止:需要http授权才能终止http://abc.xyz.com/hg/foo/com.my.repository/


我试着给出
--用户名
--密码
,但它们是供审查委员会使用的,不是供存储库使用的。如何为Mercurial存储库提供凭据并获得访问权限?

解决了这个问题。显然,我需要为存储库启用Mercurial Keyring以允许访问它