Cygwin是一个Windows下的仿Linux环境的工具,通过它可以在Windows使用强大的Bash,以及使用数量繁多的Linux命令。
设置代理
在bash_profile中添加下面的语句:
export http_proxy=http://username:password@host:port/
Cygwin是一个Windows下的仿Linux环境的工具,通过它可以在Windows使用强大的Bash,以及使用数量繁多的Linux命令。
在bash_profile中添加下面的语句:
export http_proxy=http://username:password@host:port/