今天下载google android代码在命令行无法下载,使用代理后可以下载,设置如下:
export https_proxy='https://proxy_ip:port'
export http_proxy='http://proxy_ip:port'
根据个人使用的代理不同,替换相应的proxy_ip和port即可。
今天下载google android代码在命令行无法下载,使用代理后可以下载,设置如下:
export https_proxy='https://proxy_ip:port'
export http_proxy='http://proxy_ip:port'
根据个人使用的代理不同,替换相应的proxy_ip和port即可。