The ~/.gitconfig didn&#39;t exist. I executed<br>
<br>
git config --global <a href="http://user.name">user.name</a> &quot;Asaf Paris Mandoki&quot;<br>
git config --global user.email &quot;<a href="mailto:asafpm@gmail.com">asafpm@gmail.com</a>&quot;<br>
<br>
and that generated ~/.gitconfig with the format mentioned.<br><br>The problem I have now is that when I execute<br><br>git push gitorious@git.sugarlabs.org:physics/mainline.git<br><br>I get a message saying &quot;Agent admitted failure to sign using the key.&quot; 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.<br>
<br><div class="gmail_quote">On Sun, Jul 12, 2009 at 3:51 AM, Bernie Innocenti <span dir="ltr">&lt;<a href="mailto:bernie@codewiz.org">bernie@codewiz.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sun, 2009-07-12 at 16:14 +0200, Bastien wrote:<br>
&gt; You need to have a section with your name and email right in your main<br>
&gt; git configuration file (usually ~/.gitconfig) or in the local config<br>
&gt; file of the project (~/Activities/Physics.activity/.git/config) :<br>
&gt;<br>
&gt;<br>
&gt; [user]<br>
&gt;         name = Asaf Paris Mandoki<br>
&gt;         email = <a href="mailto:asafpm@gmail.com">asafpm@gmail.com</a><br>
<br>
</div>You can also make this a setting global by putting it in ~/.gitconfig.<br>
<font color="#888888"><br>
--<br>
   // Bernie Innocenti - <a href="http://codewiz.org/" target="_blank">http://codewiz.org/</a><br>
 \X/  Sugar Labs       - <a href="http://sugarlabs.org/" target="_blank">http://sugarlabs.org/</a><br>
<br>
<br>
</font></blockquote></div>