git repo missing upstream tag

Reinhard Tartler siretart at tauware.de
Thu Oct 8 05:24:44 UTC 2009


Jaromír Mikeš <mira.mikes at seznam.cz> writes:

> It works now thank you.
> I just use this
> $ git remote add alioth ssh://mira-guest@git.debian.org/git/pkg-multimedia/zynjacku.git
> instead of
>  $ git remote add alioth ssh://git.debian.org/git/pkg-multimedia/zynjacku.git
> This was asking password, but my password from alioth was refused.

that's because you didn't configure ssh properly. Try this in your
~/.ssh/config:

Host *.debian.org
	User mira-guest
	ForwardX11 no

now a simple 'ssh git.debian.org date' should give you alioth's time
without any password confirmation.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list