Hi, Even I was looking for a solution to this problem, I resolved it by setting the wiki_permissions = 0 for the repository in repositories table. Here is the SQL I used:
update repositories set wiki_permissions=0 where name='my-project-gitorious-wiki'; Now I am able to clone and push to the wiki, and of course I am using the SSH url which for me is something like below since I am using gitorious as the user for my gitorious installation : git clone [email protected]:my-project/my-project-gitorious-wiki.git Hope this helps some one looking for a solution. Thanks, Sri Harsha -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
