ubuntu terminal proxy

今天下载google android代码在命令行无法下载,使用代理后可以下载,设置如下:

export https_proxy='https://proxy_ip:port'
export http_proxy='http://proxy_ip:port'

根据个人使用的代理不同,替换相应的proxy_ip和port即可。






你可能感兴趣的:(Android开发,Ubuntu使用点滴,Linux资源)