于2013年8月16日 23:23:45,andrey mirtchovski写到:
> anybody else having this issue? hg tries to access
>
code.google.com/p/go <
http://code.google.com/p/go> and fails:
>
> $ hg sync
> abort: HTTP Error 404: Not Found
> $
>
> $ for i in `host
code.google.com <
http://code.google.com> | awk
> '{print $4}' | grep -v alias`; do echo -n $i: ; curl $i/p/go
> 2>/dev/null | grep 'was not found' ; done
> 74.125.228.1 <
http://74.125.228.1>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.4 <
http://74.125.228.4>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.2 <
http://74.125.228.2>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.7 <
http://74.125.228.7>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.6 <
http://74.125.228.6>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.14 <
http://74.125.228.14>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.0 <
http://74.125.228.0>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.9 <
http://74.125.228.9>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.5 <
http://74.125.228.5>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.8 <
http://74.125.228.8>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
> 74.125.228.3 <
http://74.125.228.3>: <p>The requested URL
> <code>/p/go</code> was not found on this server. <ins>That’s all we
> know.</ins>
>
> --
> You received this message because you are subscribed to the Google
> Groups "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
golang-nuts...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
I got this error too...