cURL coursier 使用代理下载文件 在ubuntu12.04中使用crul下载coursier(以安装scala以使用Chisel)时出现问题,无法下载。 经过搜索可以使用代理来下载,经过试用之后成功。 curl -x"http://user:pwd@127.0.0.1:1234""http://httpbin.org/ip"or curl--proxy"http://user:pwd@127.0.0.1:1234""http://httpbin.org/i...