Hi,
 I have setup my system for using git and trac for sage as per the 
(excellent) documentation.
1. I have an active account for trac.
2. I have uploaded up my ssh-keys to the trac server.
3. I'm behind a proxy server.
Everything so far has has worked seamlessly.
When I try $ git trac pull I get no errors.

However while trying to checkout an existing ticket via command-line I am 
consistently getting the following:

$ git trac checkout 15999
Loading ticket #15999...
Checking out Trac #15999 remote branch 
u/rws/improve_documentation_in_symbolic_expression_conversions_py -> local 
branch 
t/15999/improve_documentation_in_symbolic_expression_conversions_py...
Traceback (most recent call last):
  File "/usr/local/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File "/usr/local/lib/python2.7/dist-packages/git_trac/cmdline.py", line 
215, in launch
    app.checkout(args.ticket_or_branch, args.branch_name)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 116, 
in checkout
    self._checkout_ticket(int(ticket_or_branch), branch_name)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 144, 
in _checkout_ticket
    self.repo.checkout_new_branch(ticket.branch, branch)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_repository.py", 
line 136, in checkout_new_branch
    self.git.fetch('trac', remote)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_interface.py", 
line 341, in meth
    return self.execute(git_cmd, *args, **kwds)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_interface.py", 
line 328, in execute
    popen_stderr=subprocess.PIPE)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/git_interface.py", 
line 263, in _run
    raise GitError(result)
git_trac.git_error.GitError: git returned with non-zero exit code (128) 
when executing "git fetch trac 
u/rws/improve_documentation_in_symbolic_expression_conversions_py"
    STDERR: fatal: unable to connect to trac.sagemath.org:
    STDERR: trac.sagemath.org[0: 104.197.143.230]: errno=Connection refused
    STDERR: 

Has someone else faced this issue? Any insight would be really appreciated.
Regards
Snehil Joshi

-- 
You received this message because you are subscribed to the Google Groups 
"sage-gsoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-gsoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to