Hello Victor, If you don't have a Github-Account or don't plan to do so, you can't push the changes yourself to the darktable repo on github. You have to create your own account and fork the darktable repo, then push the changes there. That is necessary because only few people <https://github.com/darktable-org?tab=members> have write-access to the official repository on github. All others create forks <https://github.com/darktable-org/darktable/network> and then open pull-requests <https://github.com/darktable-org/darktable/pulls> to get their changes in the official repository.
If you don't want to do all this, just save all your changes in a file: git diff > patchfile.diff and send it via Mail to this list, it then gets applied by a developer. Before doing this you can also set the author and mail variable <http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup#Your-Identity>, they are then saved in the git history. regards, sebastian On 11/08/2013 11:07 PM, Victor L wrote: > Here is my terminal output from the "start" : > > victor@X301A1:~/darktable/doc/usermanual/po$ git add fr.po > victor@X301A1:~/darktable/doc/usermanual/po$ git commit -m 'Updated > French manual (~10% done)' > > *** Please tell me who you are. > > Run > > git config --global user.email "[email protected] > <mailto:[email protected]>" > git config --global user.name <http://user.name> "Your Name" > > to set your account's default identity. > Omit --global to set the identity only in this repository. > > fatal: unable to auto-detect email address (got 'victor@X301A1.(none)') > victor@X301A1:~/darktable/doc/usermanual/po$ git config --global > user.email "[email protected] <mailto:[email protected]>" > victor@X301A1:~/darktable/doc/usermanual/po$ git config --global > user.name <http://user.name> "Victor Lamoine" > victor@X301A1:~/darktable/doc/usermanual/po$ git commit -m 'Updated > French manual (~10% done)' > [master 03f45c7] Updated French manual (~10% done) > 1 file changed, 14978 insertions(+), 4146 deletions(-) > rewrite doc/usermanual/po/fr.po (73%) > *victor@X301A1:~/darktable/doc/usermanual/po$ git remote add victor > [email protected]:[...] > victor@X301A1:~/darktable/doc/usermanual/po$ git push victor master > The authenticity of host 'github.org <http://github.org> > (50.31.209.254)' can't be established. > ECDSA key fingerprint is c4:df:c3:24:65:b1:7e:b3:1f:cb:14:85:9a:21:94:2e. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'github.org > <http://github.org>,50.31.209.254' (ECDSA) to the list of known hosts. > Permission denied (publickey). > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > * > I did not created anything else as I'm not familiar with git.* > * > > > 2013/11/8 Simon Spannagel <[email protected] <mailto:[email protected]>> > > Hi Victor, > > wow, cool, user manual translation was a forgotten child for so > long... > > All the commands you used look fine, except for: > > Am 08.11.2013 22:43, schrieb Victor L: > > git push origin master > > If you cloned from your personal fork on github then also this is > fine, > since it will update your remote repository. After done so, go to the > website and click "create pull request for this" and we can easily > merge > your work. > > If you have cloned directly from our main repository this probably > won't > work since I guess you don't have commit rights there. in that > case you > could fork the repository on github and then add this as your remote: > > $ git remote add victor [email protected]:[...] > $ git push victor master > > ...and then do the pull request. > > Cheers, > Simon > > > ------------------------------------------------------------------------------ > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming > models. Explore > techniques for threading, error checking, porting, and tuning. Get > the most > from the latest Intel processors and coprocessors. See abstracts > and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > _______________________________________________ > Darktable-users mailing list > [email protected] > <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/darktable-users > > > > > ------------------------------------------------------------------------------ > November Webinars for C, C++, Fortran Developers > Accelerate application performance with scalable programming models. Explore > techniques for threading, error checking, porting, and tuning. Get the most > from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk > > > _______________________________________________ > Darktable-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/darktable-users
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
