I am getting following errors when checking out a ticket. Could anyone help 
me to figure it out?
Enter code here... git trac checkout 22436
Loading ticket #22436...
Checking out Trac #22436 remote branch u/paulmasson/22436 -> local branch 
t/22436/22436...
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/paulmasson/22436"
    STDERR: fatal: unable to connect to trac.sagemath.org:
    STDERR: trac.sagemath.org[0: 104.197.143.230]: errno=Connection refused
    STDERR:


-- 
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