The ~/.gitconfig didn't exist. I executed

git config --global user.name "Asaf Paris Mandoki"
git config --global user.email "asa...@gmail.com"

and that generated ~/.gitconfig with the format mentioned.

The problem I have now is that when I execute

git push gitori...@git.sugarlabs.org:physics/mainline.git

I get a message saying "Agent admitted failure to sign using the key." and
it asks me for a password. I give the password I defined for the key and it
prompts me again for the password ad-infinitum.

On Sun, Jul 12, 2009 at 3:51 AM, Bernie Innocenti <ber...@codewiz.org>wrote:

> On Sun, 2009-07-12 at 16:14 +0200, Bastien wrote:
> > You need to have a section with your name and email right in your main
> > git configuration file (usually ~/.gitconfig) or in the local config
> > file of the project (~/Activities/Physics.activity/.git/config) :
> >
> >
> > [user]
> >         name = Asaf Paris Mandoki
> >         email = asa...@gmail.com
>
> You can also make this a setting global by putting it in ~/.gitconfig.
>
> --
>   // Bernie Innocenti - http://codewiz.org/
>  \X/  Sugar Labs       - http://sugarlabs.org/
>
>
>
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to