Re: git repo missing upstream tag

Jaromír Mikeš mira.mikes at seznam.cz
Wed Oct 7 21:08:01 UTC 2009


> Od: Reinhard Tartler <siretart at tauware.de>

> >> > this issue with zynjacku git repository is still not solved.
> >> > Can someone help me with it?
> >> >
> >> > /zynjacku$ git tag -a -f -m "Upstream version 5" upstream/5
> >> > /zynjacku$ git push --tags -f -v
> >> > Pushing to git://git.debian.org/pkg-multimedia/zynjacku.git
> >> > fatal: The remote end hung up unexpectedly   
> >> 
> >> Wild guess: I think you cannot push using the git:// protocol at all,
> >> because it does not authenticate you. Try pusing via the ssh://
> >> protocol.
> >> 
> >> for this I'd suggest creating a new remote:
> >> 
> >>  $ git remote add alioth git://git.debian.org/git/pkg-multimedia/zynjacku.git
> >>  $ git remote update
> >>  $ git push alioth master --tags --dry-run
> >
> > Hi Reinhard,
> >
> >> Does this help?
> >
> > unfortunatelly no,
> 
> Argl. I miswrote the instructions. try this:
> 
>  $ git remote rm alioth
>  $ git remote add alioth ssh://git.debian.org/git/pkg-multimedia/zynjacku.git
>  $ git remote update
>  $ git push alioth master --tags --dry-run
> 
> the important thing is the ssh:// instead of git://
>

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.


regards

mira



More information about the pkg-multimedia-maintainers mailing list