<div class="gmail_quote">On Thu, Jul 2, 2009 at 6:13 AM, Bastien <span dir="ltr"><<a href="mailto:bastienguerry@googlemail.com">bastienguerry@googlemail.com</a>></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 <<a href="mailto:bzg@laptop.org">bzg@laptop.org</a>> writes:<br>
<br>
>> 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>
><br>
> That'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 "origin"]<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't protect my public key with a password. Entering anything<br>
here results in an "access denied or wrong path" 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>