[Haskell-cafe] Re: How do you set up windows enviroment

Jonas Almström Duregård jonas.duregard at gmail.com
Thu Mar 4 08:16:32 EST 2010


If you use putty instead and type
ssh youruser at yourrepository.com
Does it connect properly?

This is from the patch-tag website:

>Problems pushing or pulling
>darcs failed: Not a repository: myuser at patch-tag.com:/r/myrepo
>((scp) failed to fetch: myuser at patch-tag.com:/r/myrepo/_darcs/inventory)
>Did you get an error like that? That's weird. Email the output of
>
>ssh -v myuser at patch-tag.com
>to team at 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 <uzytkownik2 at gmail.com>:
> 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
>


More information about the Haskell-Cafe mailing list