Can't update endeavour when I turn on proxy

I can’t update endeavour when I turn on proxy, shows update fail and network limited, but can update system when I turn off proxy network.but i can connect to the internet in chorme

dont know the reason of using proxies for updates and what “proxy” you use
but have you tried export in terminal session you are updating?
for example im using this:
export http_proxy=http://127.0.0.1:7890/ && export https_proxy=http://127.0.0.1:7890/
note that this ip and port is for clash, if you have auth you can do like this too
export http_proxy=http://user:pass@ip:port

I solve this problem was solved when I turned off the global proxy,use the commad
git config --global --unset http.proxy
git config --global --unset https.proxy
I think it might be because I didn’t turn on the proxy in the terminal, so when I turned off the global proxy the problem was solved.
thanks

1 Like

glad to know its solved
please mark thread as SOLVED if its possible

1 Like