Mercurial Clone (Kiln) repository to Bluehost
Yesterday I installed mercurial on bluehost by following the instructions found here.http://bugtracker.gttools.com/public/wiki/bluehost/Mercurial
When I tried to clone one repository from kiln using :
hg clone kiln_repository_url/devel
, to /home/yourusername/public开发者_Python百科_html/hg/repos/projectA
on bluehost, it is giving http error 404: Not Found.
Please help me in cloning the repositories from kiln to bluehost.
Thanks, Raj
Please make sure you've specified the full URL, including the protocol:
hg clone https://example.kilnhg.com/Repo/...
Also double check that you have the full url.
Chances are you need to specify something other than kiln
for the repository host, since Bluehost probably isn't able to resolve kiln
via DNS.
精彩评论