Since some time last night, I have been unable to use "git trac checkout 
TICKET":

$ git trac checkout 22764
Loading ticket #22764...
Checking out Trac #22764 remote branch 
fb90d5e3667237f2d9fc7ba982b466bc52802b1d -> local branch 
t/22764/fb90d5e3667237f2d9fc7ba982b466bc52802b1d...
Traceback (most recent call last):
  File "/usr/local/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File "/Library/Python/2.7/site-packages/git_trac/cmdline.py", line 215, 
in launch
    app.checkout(args.ticket_or_branch, args.branch_name)
  File "/Library/Python/2.7/site-packages/git_trac/app.py", line 116, in 
checkout
    self._checkout_ticket(int(ticket_or_branch), branch_name)
  File "/Library/Python/2.7/site-packages/git_trac/app.py", line 144, in 
_checkout_ticket
    self.repo.checkout_new_branch(ticket.branch, branch)
  File "/Library/Python/2.7/site-packages/git_trac/git_repository.py", line 
136, in checkout_new_branch
    self.git.fetch('trac', remote)
  File "/Library/Python/2.7/site-packages/git_trac/git_interface.py", line 
341, in meth
    return self.execute(git_cmd, *args, **kwds)
  File "/Library/Python/2.7/site-packages/git_trac/git_interface.py", line 
328, in execute
    popen_stderr=subprocess.PIPE)
  File "/Library/Python/2.7/site-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 (1) when 
executing "git fetch trac fb90d5e3667237f2d9fc7ba982b466bc52802b1d"

Is this related?

-- 
John


On Thursday, April 20, 2017 at 8:04:19 AM UTC-7, Erik Bray wrote:
>
> On Thu, Apr 20, 2017 at 4:54 PM, Dima Pasechnik <dim...@gmail.com 
> <javascript:>> wrote: 
> > 
> > 
> > On Thursday, April 20, 2017 at 3:38:12 PM UTC+1, Erik Bray wrote: 
> >> 
> >> Just posting to say I've noticed and am investigating. 
> >> 
> >> It seems that somebody is performing a scrape of the front page which 
> >> includes a list of users on the site [1] each of which is a link to a 
> >> search query for all tickets and wiki pages associated with that user. 
> >> That's what's causing the slowdown. 
> >> 
> >> The IP address seems to belong to Opera (maybe it's a VPN?) 
> >> 
> >> http://tools.tracemyip.org/lookup/107.167.122.77 
> > 
> > note that the map on the right shows that the connection originates in 
> > China. 
> > Thus yes, it's a VPN. Actually, is sagemath.org blocked in China? I 
> don't 
> > know. 
>
> Strange, well, I created a firewall rule blocking that IP for now and 
> everything seems to be fine. 
>

-- 
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 post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to