On Mon, Nov 9, 2009 at 7:36 PM, Johan Sørensen <[email protected]>wrote:
> > On Mon, Nov 9, 2009 at 2:47 PM, zagorskij <[email protected]> wrote: > > > > HI Johan, > > thanks for the reply, yes from the web interface i can see that > > zagorskij is a commiter > > and i copied and pasted the path gitorious is giving me on the home > > page of the project so i suppose it's correct. > > i checked the code of gitorious script, and if exception is raised, > > i think on this line: > > client = Gitorious::SSH::Client.new(strainer, user) > > > > What kind of ssh connection is trying to do here? zagorskij is not > > system user, it's just a user created on the web interface > > One idea i had is that the user public key was not imported on home of > > git user by the web interface, but since zagorskij is recognized > > i supposed the certificate is correctly recognized, > > I didn't find the script/task_performer script so didn't launch it, i > > read somewhere it does some synch operations, can it be the cause? > > Does "gitorious_client_port" and "gitorious_client_host" in > config/gitorious.yml point to your application? These are the > host+port the gitorious script use to query for your push permissions > > > > > Thanks again, > > Luca > Edit the *.gitconfig* file like follows: *[user] name = your_name email = your_email [color] status=auto branch=auto ui=auto [alias] gl= "log --graph --pretty=oneline --abbrev-commit"* -- Thanks, Aishwarya.M.B http://aishwarya-stillsearchingwhoiam.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
