I have made changes in the code locally addressing the ticket #29178.I have 
configures the trac serve in command line.
 'git trac push' 

gives the following error:



Pushing to Trac #29178...
Guessed remote branch: u/gh-unicorn-io/
beginner_ticket__note_to_remind_github_users_of_their_trac_username
Traceback (most recent call last):
  File "/usr/local/bin/git-trac", line 17, in <module>
    cmdline.launch()
  File "/home/unicorn-io/git-trac-command/git_trac/cmdline.py", line 247, in 
launch
    app.push(ticket_number, remote=args.remote, force=args.force)
  File "/home/unicorn-io/git-trac-command/git_trac/app.py", line 218, in 
push
    self.repo.push(remote, force)
  File "/home/unicorn-io/git-trac-command/git_trac/git_repository.py", line 
196, in push
    self.git.echo.push('trac', refspec)
  File "/home/unicorn-io/git-trac-command/git_trac/git_interface.py", line 
340, in meth
    return self.execute(git_cmd, *args, **kwds)
  File "/home/unicorn-io/git-trac-command/git_trac/git_interface.py", line 
97, in execute
    popen_stderr=subprocess.PIPE)
  File "/home/unicorn-io/git-trac-command/git_trac/git_interface.py", line 
262, in _run
    raise GitError(result)
git_trac.git_error.GitError: git returned with non-zero exit code (128) when 
executing "git push trac 
HEAD:refs/heads/u/gh-unicorn-io/beginner_ticket__note_to_remind_github_users_of_their_trac_username"
    STDERR: g...@trac.sagemath.org: Permission denied (publickey).
    STDERR: fatal: Could not read from remote repository.
    STDERR: 
    STDERR: Please make sure you have the correct access rights
    STDERR: and the repository exists.




Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/2e6d4feb-42ff-4b15-a83f-0a99b755cee3%40googlegroups.com.

Reply via email to