Closed GoogleCodeExporter closed 8 years ago
Thank you for your feedback. To help us investigate this further, can you
please provide the following:
- Complete stack trace
- Output of gcloud info
Note: Please redact any personal information before sharing the information.
Original comment by vil...@google.com
on 4 Mar 2016 at 8:40
Also, have you tried re-running the command? Does the problem persist?
Additionally, are you behind a proxy? If so, what kind?
Original comment by vil...@google.com
on 5 Mar 2016 at 2:53
Definitely seems like a proxy issue. I had both http_proxy & https_proxy
set properly (uppercase too) as the normal gcloud commands work. When off
proxy gcloud docker push worked fine.
Original comment by nick.sca...@gmail.com
on 5 Mar 2016 at 3:58
Can you share what you had http_proxy & https_proxy set to?
Did `gcloud docker push` fail every time you re-ran the command?
Original comment by vil...@google.com
on 6 Mar 2016 at 2:05
It was your normal http proxy:
http_proxy=http://<user>:<pass>@proxy.example.com:<port>
I can try it again on Monday. Yes it failed every time, just seemed to hang
there.
Original comment by nick.sca...@gmail.com
on 6 Mar 2016 at 2:32
Strange, that should work. We use httplib2, which should be able to handle the
proxy definition as shown here:
https://github.com/jcgregorio/httplib2/blob/master/python2/httplib2/__init__.py#
L828 .
You are using a socks proxy, right?
Original comment by vil...@google.com
on 6 Mar 2016 at 10:16
You can close this. Networking issue on our side.
Original comment by nick.sca...@gmail.com
on 7 Mar 2016 at 6:56
Thanks for clarifying.
Original comment by vil...@google.com
on 8 Mar 2016 at 4:34
Original issue reported on code.google.com by
nick.sca...@gmail.com
on 3 Mar 2016 at 8:40