1.虚拟机网络使用ANT或桥接都可
2.代理软件允许局域网连接
3.设置系统代理地址为本机IP地址
4.虚拟机配置
vim .bash_profile export http_proxy=http://192.168.1.3:7890 export https_proxy=http://192.168.1.3:7890 export no_proxy="localhost, 127.0.0.1, ::1" . .bash_profile
1.虚拟机网络使用ANT或桥接都可
2.代理软件允许局域网连接
3.设置系统代理地址为本机IP地址
4.虚拟机配置
vim .bash_profile export http_proxy=http://192.168.1.3:7890 export https_proxy=http://192.168.1.3:7890 export no_proxy="localhost, 127.0.0.1, ::1" . .bash_profile