Mercurial and Savannah

Matt Mackall mpm at selenic.com
Tue Jan 26 14:45:44 CST 2010


On Tue, 2010-01-26 at 21:31 +0100, Marco Bresciani wrote:
> Il 26/01/2010 1.01, Pierre Asselin ha scritto:
> 
>  > "TortoisePlink" is what came with TortoiseHG.)  The " at " looks highly
>  > suspicious.  Should be "MarcoBresciani at hg.sv.gnu.org" because that's
>  > probably how you are known at Savannah.
> 
> I've tried again.
> 
> cd 'ed inside project/repo directory;
> 
> ran "hg -v --debug pull" command;
> 
> The output is
> 
> | D:\Programmi\Scacchi3D>hg -v --debug pull
> | sto eseguendo ""C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2
> | MarcoBresciani at hg.sv.gnu.org "hg -R scacchi3d serve --stdio""
> | sending hello command
> | sending between command
> | abortito: nessuna risposta accettabile dall'hg remoto!
> 
> Translation:
> 
> | D:\Programmi\Scacchi3D>hg -v --debug pull
> | I'm running ""C:\Program Files\TortoiseHg\TortoisePlink.exe" -ssh -2
> | MarcoBresciani at hg.sv.gnu.org "hg -R scacchi3d serve --stdio""
> | sending hello command
> | sending between command
> | aborted: no acceptable answer from remote hg!
> 
> There was also a pop-up with this message:
> 
> | Disconnected: No supported authentication methods available.
> 
> 
> Any suggestion? :-(

Yes. Here's a really generic one: break the problem down into parts.

In this instance that means take Mercurial out of the picture and try
running ssh by itself. There's probably a debug switch on plink that'll
tell you precisely what's wrong.

(You'll probably find that Savannah allows only pubkey-based
authentication, which is not configured on your end. But rather than try
to guess the answer, you should work through actually diagnosing the
problem. Guessing the answer often won't get you any closer to a fix.)

-- 
http://selenic.com : development and support for Mercurial and Linux




More information about the Mercurial mailing list