I narrowed it down to a bad proxy configuration at my workplace. The same command works fine from home.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
The network people at my workplace are aware of this and they are working on a solution. Basically, if the proxy is blocking it, there's not much you can do apart from getting them to allow access.
For now, I can get by without downloading GN. If the proxy is still an issue for me when the time comes that I actually need GN, then I'll probably just try figure out a way to build it from source, rather than downloading the binary. But I haven't reached that stage yet..
I'm pretty sure I tried that :)
This was a few months ago though, and I haven't tried since. Maybe (hopefully?) things have changed since then :)
Thanks!
I'm working at Ubuntu 12.04.
Do you mean set a HTTP proxy at Ubuntu just like :
env http_proxy=http://aaa.bbb.com:8080/ gclient sync --forcethanks.
2014-02-23 20:26 GMT+08:00 Abhijeet Kandalkar <kandalkar....@gmail.com>:Set proxy before running gclient sync.1
--
Liang Xu
# Set the boto file to /dev/null if we don't need auth.
if options.no_auth:
options.boto = os.devnull
# Set the boto file to /dev/null if we don't need auth.
if options.no_auth:
options.boto = "~/.boto" #path to the boto file you created with gsutils
#options.boto = os.devnull
- get gsutils (it's not in depot_tools)