Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
can';不要在代理后面使用git、maven和npm_Git_Maven_Intellij Idea_Npm_Proxy - Fatal编程技术网

can';不要在代理后面使用git、maven和npm

can';不要在代理后面使用git、maven和npm,git,maven,intellij-idea,npm,proxy,Git,Maven,Intellij Idea,Npm,Proxy,我目前在一个代理的背后工作,一直在使用它,拒绝git、intellij或npm CLIs的所有通信,我做了以下工作: 在git cli上: [http] proxy = http://xxxxxx sslverify = false [https] proxy = http://xxxxxx sslVerify = false 在intellij上,我设置了相同的配置,使其在代理配置后面工作,以便能够下载maven依赖项 和我做的npm配置一样 https

我目前在一个代理的背后工作,一直在使用它,拒绝git、intellij或npm CLIs的所有通信,我做了以下工作:

在git cli上:

[http]
    proxy = http://xxxxxx
    sslverify = false
[https]
    proxy = http://xxxxxx
    sslVerify = false
在intellij上,我设置了相同的配置,使其在代理配置后面工作,以便能够下载maven依赖项

和我做的npm配置一样

   https-proxy = "http://xxxxxxxxxxxxxxxx"
   proxy = "http://xxxxxxxxxxxx"
   strict-ssl = false

所有这些解决方案都不起作用,所有请求都不断超时

您可以通过访问以下菜单来配置代理:

文件>设置>外观和行为>系统设置>HTTP代理


您可以通过访问以下菜单来配置代理:

文件>设置>外观和行为>系统设置>HTTP代理


正如我所说,intellij也配置了相同的代理地址,正如我所说,intellij也配置了相同的代理地址