Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 bitbucket 的私有存储库。
我在 Ubuntu 上使用 Mercurial 分布式 SCM(版本 0.9.3)。
当我尝试克隆我的存储库时,系统会提示我输入正确输入的用户名和密码。
结果我得到:abort: authorization failed
abort: authorization failed
这在 Windows 上工作得很好。
我只是想确保在提交错误之前我没有遗漏一些明显的东西。
我是分布式版本控制的新手。
在这一点上,这是一个相当旧的 mercurial 版本。你能安装 1.0.2 看看它是否有效吗?
我一直通过 http 和 ssh 远程克隆,没有任何授权问题。这是一个非常常见的用例,如果它是一个在后来的版本中没有很快修复的错误,我会感到惊讶。