gpt4 book ai didi

linux - 在 Ubuntu 上找不到谁设置了 http_proxy 环境变量

转载 作者:太空宇宙 更新时间:2023-11-04 12:34:35 24 4
gpt4 key购买 nike

我在 Ubuntu 16.10 上,

在终端运行时:

env | grep proxy

我得到:

https_proxy=https://127.0.0.1:8888/
http_proxy=http://127.0.0.1:8888/

我找不到谁设置了这些环境变量。

我试过所有答案 here找不到任何东西。尝试了不同的 shell/终端。变量总是存在的。

知道它还能是什么吗?

最佳答案

没有检查所有常见的嫌疑人?然后是使用大枪的时候了:

find /etc $HOME /usr/local -type f | xargs grep -E 'https?_proxy'

以 root 身份运行它。根据您的喜好添加目录。

关于linux - 在 Ubuntu 上找不到谁设置了 http_proxy 环境变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42327212/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com