Hi Benjamin, authentification is done with ssh. That means you need an ssh key (if you don't have one, generate with ssh-keygen). Then you have to login on the alioth homepage and enter your key in the settings. After that you can push to the repository when you use the ssh remote address. You can set it with: git remote set-url origin git+ssh://[email protected]/git/debian-science/packages/flint.git
Next time you can use the ssh address right away with git clone, then you don't have to change it later. (Alioth used to show the ssh address on the web interface, but it doesn't do that anymore unfortunately.) Best, Tobias On 05/20/2014 12:57 PM, Benjamin Eltzner wrote: > Hi Tobias, Felix and all, > > I have little experience with git and I am not sure how to push my > package to the repository. What I did so far is: > > 1. git clone git://git.debian.org/git/debian-science/packages/flint.git > 2. replace debian directory by the one I made. > 3. git add * > 4. git commit -m 'package draft for flint 2.4.3' > 4a. git config --global user.name "Benjamin Eltzner" > git config --global user.email [email protected] > git commit --amend --reset-author > :-) > 5. git push origin master > > The last step fails due to missing credentials. Could one of you give > me a hint on how to push using my user credentials? Unfortunately, I > was not able to apply this advice > https://wiki.debian.org/Alioth/Git > to my situation. > > Cheers, > Benjamin > > > Am 08.05.2014 00:12, schrieb Tobias Hansen: >> Hi Benjamin, > >> I saw that you are now in the alioth project. That means that you >> can now push to the git repo that Felix pointed out to you. Let us >> know if you have any questions. > >> Cheers, Tobias > >> Am 01.05.2014 14:56, schrieb Felix Salfelder: >>> On Thu, May 01, 2014 at 11:49:36AM +0200, Benjamin Eltzner >>> wrote: >>>> thank you very much for the invitation to the debian-science >>>> team. I would be very glad to get involved. Do I have to >>>> subscribe somewhere? >>> >>> please consider [1]. in particular, this site links to [2], where >>> a "request to join" link is located. >>> >>> have fun. felix >>> >>> [1] >>> https://wiki.debian.org/DebianScience/ContributingToDebianScience >>> >>> > [2] https://alioth.debian.org/projects/debian-science/ >>> >>> > > > > > > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

