-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Medium
-
Component/s: Repository - Wiki
Hi there,
I created a new repository using git, tried cloning the wiki, didn't work.
{{{
dsktp% git clone git@bitbucket.org:sentimental/netlink_experiments.git
Cloning into 'netlink_experiments'...
warning: You appear to have cloned an empty repository.
dsktp% git clone git@bitbucket.org:sentimental/netlink_experiments.git/wiki netlink_experiments_wiki
Cloning into 'netlink_experiments_wiki'...
fatal: The remote end hung up unexpectedly
}}}
Deleted the repository.
Created a new repository, this time using Mercurial.
Cloned the repository, fine, no problem.
Tried to clone the wiki (this had always worked before)
{{{
hg clone ssh://hg@bitbucket.org/sentimental/netlink_experiments/wiki
running ssh hg@bitbucket.org "hg -R sentimental/netlink_experiments/wiki serve --stdio"
abort: no suitable response from remote hg!
}}}
Is there something wrong on the back-end or am I being incredibly obtuse?
Thanks,
Bryan Hunt