Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/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 乌龟:中止:授权失败-阻止?_Mercurial_Tortoisehg_Kiln_Fogbugz On Demand - Fatal编程技术网

Mercurial 乌龟:中止:授权失败-阻止?

Mercurial 乌龟:中止:授权失败-阻止?,mercurial,tortoisehg,kiln,fogbugz-on-demand,Mercurial,Tortoisehg,Kiln,Fogbugz On Demand,我目前面临的一个问题是通过窑连接到回购协议。 我在同一网络上有两台机器,一台运行Windows Server 2016,另一台运行Windows 10 这两台机器都运行OrtoiseHG 4.3.1和Mercurial 4.3.1 Windows Server机器似乎可以很好地克隆repo hg clone https://<NAME.KILNHG>/Code/Repositories/Group/Test hg克隆https:///Code/Repositories/Group/

我目前面临的一个问题是通过窑连接到回购协议。 我在同一网络上有两台机器,一台运行Windows Server 2016,另一台运行Windows 10

这两台机器都运行OrtoiseHG 4.3.1和Mercurial 4.3.1

Windows Server机器似乎可以很好地克隆repo

hg clone https://<NAME.KILNHG>/Code/Repositories/Group/Test
hg克隆https:///Code/Repositories/Group/Test
系统会提示我输入用户名/密码,这很好,并且repo会设法克隆到机器上

但是,在Windows 10计算机上尝试完全相同的操作时,我收到错误“abort:authorization failed”

hg克隆--调试--回溯https:///Code/Repositories/Group/Test
使用https:///Code/Repositories/Group/Test
发送能力命令
使用auth.kill.*进行身份验证
使用auth.kill.*进行身份验证
所需的http授权https:///Code/Repositories/Group/Test
领域:窑炉
用户:我的用户名
密码:
http验证:用户MyUserName,密码********
使用auth.kill.*进行身份验证
http验证:用户MyUserName,密码********
回溯(最近一次呼叫最后一次):
callcatch中第150行的文件“mercurial\scmutil.pyo”
文件“mercurial\dispatch.pyo”,第292行,在runcatchfunc中
文件“mercurial\dispatch.pyo”,第896行,在\u dispatch中
runcommand中第658行的文件“mercurial\dispatch.pyo”
文件“mercurial\dispatch.pyo”,第904行,在运行命令中
文件“mercurial\dispatch.pyo”,第893行,在
检查文件“mercurial\util.pyo”,第1077行
克隆中第1410行的文件“mercurial\commands.pyo”
文件“mercurial\hg.pyo”,第483行,克隆
文件“mercurial\hg.pyo”,第178行,在peer中
文件“mercurial\hg.pyo”,第153行,在
实例中第391行的文件“mercurial\httppeer.pyo”
文件“mercurial\httppeer.pyo”,第123行,在
文件“mercurial\httppeer.pyo”,第301行,在调用中
文件“mercurial\httppeer.pyo”,第233行,在调用流中
中止:授权失败
中止:授权失败
我不确定是什么阻碍了这一点

任何帮助都将不胜感激

hg clone --debug --traceback https://<NAME.KILNHG>/Code/Repositories/Group/Test
using https://<NAME.KILNHG>/Code/Repositories/Group/Test
sending capabilities command
using auth.kiln.* for authentication
using auth.kiln.* for authentication
http authorization required for https://<NAME.KILNHG>/Code/Repositories/Group/Test
realm: kiln
user: MyUserName
password:
http auth: user MyUserName, password ********
using auth.kiln.* for authentication
http auth: user MyUserName, password ********
Traceback (most recent call last):
  File "mercurial\scmutil.pyo", line 150, in callcatch
  File "mercurial\dispatch.pyo", line 292, in _runcatchfunc
  File "mercurial\dispatch.pyo", line 896, in _dispatch
  File "mercurial\dispatch.pyo", line 658, in runcommand
  File "mercurial\dispatch.pyo", line 904, in _runcommand
  File "mercurial\dispatch.pyo", line 893, in <lambda>
  File "mercurial\util.pyo", line 1077, in check
  File "mercurial\commands.pyo", line 1410, in clone
  File "mercurial\hg.pyo", line 483, in clone
  File "mercurial\hg.pyo", line 178, in peer
  File "mercurial\hg.pyo", line 153, in _peerorrepo
  File "mercurial\httppeer.pyo", line 391, in instance
  File "mercurial\httppeer.pyo", line 123, in _fetchcaps
  File "mercurial\httppeer.pyo", line 301, in _call
  File "mercurial\httppeer.pyo", line 233, in _callstream
Abort: authorization failed
abort: authorization failed