
If you use putty instead and type ssh youruser@yourrepository.com Does it connect properly? This is from the patch-tag website:
Problems pushing or pulling darcs failed: Not a repository: myuser@patch-tag.com:/r/myrepo ((scp) failed to fetch: myuser@patch-tag.com:/r/myrepo/_darcs/inventory) Did you get an error like that? That's weird. Email the output of
ssh -v myuser@patch-tag.com to team@patch-tag.com so we can diagnose and resolve the problem. (Note: the -v flag to ssh gives verbose >output.)
/Jonas Duregård
2010/3/4 Maciej Piechotka
On 04/03/2010 07:54, Jonas Almström Duregård wrote:
I suppose you are already using the Haskell Platform?
I had problems with darcs freezing, and it turned out that the ssh client was actually prompting for something. Is the host you are connected to in your list of trusted hosts? Also i had a similar problem when using Pageant to manage SSH-keys, and the command prompt was run in privileged mode.
/Jonas Duregård
Hmm. I installed openssh, added its key to trusted hosts and removed putty from path. Now it complains there is no _darcs/inventory in repository (there is inventories directory and hashed_inventory file). Hmm... some progress.
Regards