<div class="gmail_quote">On Thu, Jul 2, 2009 at 6:13 AM, Bastien <span dir="ltr">&lt;<a href="mailto:bastienguerry@googlemail.com">bastienguerry@googlemail.com</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;">

Bastien &lt;<a href="mailto:bzg@laptop.org">bzg@laptop.org</a>&gt; writes:<br>
<br>
&gt;&gt; See this wiki page: <a href="http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ" target="_blank">http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ</a><br>
&gt;<br>
&gt; That&#39;s it, thanks.<br>
<br>
I have uploaded my id_dsa.pub key on my account.<br>
<br>
I have initiated the local git repo.  Here is my .git/config file:<br>
<br>
,----<br>
| [core]<br>
|       repositoryformatversion = 0<br>
|       filemode = true<br>
|       bare = false<br>
|       logallrefupdates = true<br>
| [remote &quot;origin&quot;]<br>
|       url = gitorious@git.sugarlabs.org:helpfr/mainline.git<br>
|       fetch = +refs/heads/*:refs/remotes/origin/*<br>
| [push]<br>
|       default = matching<br>
`----<br>
<br>
~$ git push origin master   ask for a password.  Which is weird because<br>
afaik I didn&#39;t protect my public key with a password.  Entering anything<br>
here results in an &quot;access denied or wrong path&quot; error I cannot escape.<br>
<br>
Any idea what I could try?</blockquote></div><br>Is it possible you got blacklisted?  See the first question, which was recently added to the top of this list, <a href="http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ#Help.21_I_suddenly_can.27t_connect_to_Gitorious.21">http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ#Help.21_I_suddenly_can.27t_connect_to_Gitorious.21</a>.<br>

<br>       --Fred<br>