always reports this error when downloading the configuration file while configuring the coolfly agent. At first, I thought it was the problem that the agency website gave out there, stalling for a long time is not good. Then during wine installation today, after adding the PPA Channel, execute the Apt-get Update to report the same error. The error was finally found at
set before the proxy address, not changed back.
--2020-02-18 12:10:33-- https://rbq.caipin.pro/link/cias4tBlguQQ9EVF?clash=1
Connecting to 127.0.0.1:7890... failed: Connection refused.
although (set) inside (network proxy) was changed back to automatic, it could be seen from env| grep-i proxy
command that the system was still accessed through the proxy port, but VPN was not set successfully at this time, so it became unable to download.
[email protected]:~/Downloads $ env|grep -I proxy
http_proxy=http://127.0.0.1:7890/
socks_proxy=socks://127.0.0.1:7891/
https_proxy=https://127.0.0.1:7890/
the solution is as follows [1] :
$ unset http_proxy
$ unset https_proxy
$ env|grep -I proxy
未输出任何东西
Specific reference:
[1]
the author: no slope of the former Soviet union
link: https://www.jianshu.com/p/d6730c16a4c9
source: Jane books
copyright owned by the author. Commercial reprint please contact the author for authorization, non-commercial reprint please indicate the source.
Read More:
- Git clone appears fatal: unable to access’ https://github.com/… The solution to the problem
- xcode will continue when iPhone is finished iPhone is busy:Processing symbol files
- LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- “[warning] failed to retrieve plugin descriptor for caused by Maven security agent settings org.apache.maven . plugins:… “
- SSL_ERROR_SYSCALL in connection to github.com:443
- [Linux] curl: (7) failed to connect to 127.0.0.1 port 1086: connection reused solution
- Failed to connect to 127.0.0.1 port 43571: problem solving record
- urllib.error.URLError: <urlopen error [WinError 10060] problem solving
- Error in Git operation: http basic: access denied solution
- Could’t find path to unrear Library
- Win10 system virtual machine installation of Ubuntu system failed, prompt: UBI language failed with exit code 1
- Repadmin has dsreplicagetinfo() failed with status 8453 (0x2105) error
- fatal: unable to access ‘https://github.com/xxx‘: Failed to connect to github.com
- Postman error: connect econrefused 127.0.0.1:7890
- curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
- Nginx reports 502 error, log connect() failed (111: Connection refused) while connecting to upstream. A personal effective solution
- linux tomcat Run (DWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugIni)
- git clone https:// gnutls_handshake() failed: The TLS connection was non-properly terminated.
- Arthas selects PID error and port occupancy error
- Prompt “XXX is” when debugging real machine busy:Processing symbol Files “and” Xcode will continue when XXX is finished“