Re: git repo missing upstream tag
Jaromír Mikeš
mira.mikes at seznam.cz
Wed Oct 7 16:52:28 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,
-----
$ git remote add alioth git://git.debian.org/git/pkg-multimedia/zynjacku.git
$ git remote update
Updating origin
Updating alioth
More information about the pkg-multimedia-maintainers
mailing list