[Sugar-devel] How to create a project on SugarLabs gitorious?

Bastien bastienguerry at googlemail.com
Thu Jul 2 06:13:46 EDT 2009


Bastien <bzg at laptop.org> writes:

>> See this wiki page: http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ
>
> That's it, thanks.

I have uploaded my id_dsa.pub key on my account.  

I have initiated the local git repo.  Here is my .git/config file:

,----
| [core]
| 	repositoryformatversion = 0
| 	filemode = true
| 	bare = false
| 	logallrefupdates = true
| [remote "origin"]
| 	url = gitorious at git.sugarlabs.org:helpfr/mainline.git
| 	fetch = +refs/heads/*:refs/remotes/origin/*
| [push]
| 	default = matching
`----

~$ git push origin master   ask for a password.  Which is weird because
afaik I didn't protect my public key with a password.  Entering anything
here results in an "access denied or wrong path" error I cannot escape.

Any idea what I could try?

Thanks,

-- 
 Bastien


More information about the Sugar-devel mailing list