git repo missing upstream tag

Reinhard Tartler siretart at tauware.de
Wed Oct 7 14:49:46 UTC 2009


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

> 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

Does this help?

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



More information about the pkg-multimedia-maintainers mailing list