-
Hello i can't upgrade by soup (by network )
but everything is fine to https://raw.githubusercontent.com/ and if try by airgap, i can't upgrade too, i got this:
and if i test i got one error:
thanks for any helps |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
i got some news , i set my proxy in /etc/environment , /etc/profile.d/so-proxy.sh, /etc/gitconfig works well without sudo, but can't work with sudo or sudo -i |
Beta Was this translation helpful? Give feedback.
-
i forgot docker and now it is good: cat <> /etc/systemd/system/docker.service.d/proxy.conf systemctl daemon-reload && systemctl restart docker && exit |
Beta Was this translation helpful? Give feedback.
i forgot docker and now it is good:
cat <> /etc/systemd/system/docker.service.d/proxy.conf
[Service]
Environment="HTTP_PROXY=http://proxy.someplace.com:8080/" "HTTPS_PROXY=http://proxy.someplace.com:8080/" "NO_PROXY=127.0.0.1,localhost,.someplace.com"
EOT
systemctl daemon-reload && systemctl restart docker && exit