RexE
RexE

Reputation: 17733

How to authenticate and clone a remote repository in TortoiseHg

I am trying to clone a repo on a remote Ubuntu server to my local Windows file system. Never done this before. I have TortoiseHg 0.9.3. I right-click and empty folder and in the TortoiseHg flyout I select "Clone". I enter ssh://[email protected]/test as the source path (that's where my repo is) and the current location as the destination path. Then I hit "clone".

TortoiseHg says:

running ""C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2
[email protected] "hg -R test serve --stdio"" ... no suitable
response from remote hg  [command interrupted]

I then get a popup from PuTTY: "Network error: connection timed out".

Where did I go wrong? I was never asked for my password. Where do I enter that?

Upvotes: 0

Views: 1283

Answers (1)

RexE
RexE

Reputation: 17733

Fixed the problem by upgrading TortoiseHg from 0.9.3 to 2.6.x

Upvotes: 1

Related Questions