I have a private repository with bitbucket.
我有一个bitbucket私有存储库。
I'm using Mercurial Distributed SCM (version 0.9.3) on Ubuntu.
我在Ubuntu上使用Mercurial Distributed SCM(版本0.9.3)。
When I try to clone my repository, I'm prompted for my username and password which I enter correctly.
当我尝试克隆我的存储库时,系统会提示我输入正确输入的用户名和密码。
as a result i get: abort: authorization failed
结果我得到:abort:授权失败
This works perfectly fine from windows.
从窗户可以很好地工作。
I just want to make sure I'm not missing something obvious before I submit a bug.
我只是想确保在提交错误之前我没有遗漏任何明显的东西。
I'm new to distributed version control.
我是分布式版本控制的新手。
1 个解决方案
#1
1
Thats a fairly old version of mercurial at this point. Can you install 1.0.2 and see if that works?
那是一个相当古老的mercurial版本。你能安装1.0.2并看看它是否有效?
I clone remotely over http and over ssh all the time without any authorization problems. This is a very common use case and I'd be surprised if it were a bug that weren't fixed pretty quickly in one of the later releases.
我一直通过http和ssh远程克隆,没有任何授权问题。这是一个非常常见的用例,如果它是一个在以后的版本之一中没有很快修复的bug,我会感到惊讶。
#1
1
Thats a fairly old version of mercurial at this point. Can you install 1.0.2 and see if that works?
那是一个相当古老的mercurial版本。你能安装1.0.2并看看它是否有效?
I clone remotely over http and over ssh all the time without any authorization problems. This is a very common use case and I'd be surprised if it were a bug that weren't fixed pretty quickly in one of the later releases.
我一直通过http和ssh远程克隆,没有任何授权问题。这是一个非常常见的用例,如果它是一个在以后的版本之一中没有很快修复的bug,我会感到惊讶。