我使用以下命令设置代理设置
export http_proxy=http://proxyusername:proxypassword@proxyaddress:proxyport
当我做
echo $http_proxy
我懂了
http://cavs@students:cavsuon@proxy.uonbi.ac.ke:80
但是当我这样做
unset $http_proxy
我得到一个错误
-bash: unset: `http://cavs@students:cavsuon@proxy.uonbi.ac.ke:80': not a valid identifier
所以我做了
$http_proxy = ""
这也给我以下错误
-bash: http://cavs@students:cavsuon@proxy.uonbi.ac.ke:80: No such file or directory
如何完全删除此代理设置?
1
欢迎来到Ask Ubuntu!@chris:如果Jobin的答案对您有所帮助,请考虑将其标记为可接受的答案,以便将来其他人更容易找到它。这也是一种礼貌的方式,要感谢回答您问题的人为您提供帮助。
—
Danatela 2014年