TortoiseHG:中止:授权失败-阻止?

时间:2019-06-17 13:33:15

标签: mercurial tortoisehg kiln fogbugz-on-demand

我目前面临着通过窑连接回购协议的问题。 我在同一网络上有两台计算机,一台运行Windows Server 2016,另一台运行Windows10。

两台机器都运行TortoiseHg 4.3.1和Mercurial 4.3.1。

Windows Server计算机似乎能够克隆存储库

hg clone https://<NAME.KILNHG>/Code/Repositories/Group/Test

我得到提示输入用户名/密码,这很好,并且存储库设法克隆到计算机上

但是,当在Windows 10计算机上尝试确切的操作时,我收到错误消息“中止:授权失败”

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

目前我不确定什么 会阻止此操作。

任何帮助将不胜感激。

0 个答案:

没有答案