git repo missing upstream tag

Reinhard Tartler siretart at tauware.de
Wed Oct 7 18:46:42 UTC 2009


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

>> 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://

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



More information about the pkg-multimedia-maintainers mailing list