2016-10-20 更新:?? UPYUN 官方給了一個鏡像搀擂,推薦使用這個:https://ruby-china.org/topics/31631
因為 Hex 默認使用 Fastly 作為鏡像,國內(nèi)的網(wǎng)絡時不時出現(xiàn)無法訪問或者下載極慢的狀態(tài)
這里提供了一個鏡像源( http://hex.linjun.me )迅诬,讓國內(nèi)環(huán)境下使用 Mix 的體驗更友好
永久設置為使用此鏡像
- Mix
$ mix hex.config mirror_url https://o70o6u4j7.qnssl.com
- Rebar3 添加
{rebar_packages_cdn, "https://o70o6u4j7.qnssl.com"}
. 到全局的或者項目層級的rebar.config
文件里
臨時使用
- Mix
$ HEX_MIRROR=https://o70o6u4j7.qnssl.com mix deps.get
- Rebar3
$ HEX_CDN=https://o70o6u4j7.qnssl.com rebar3 update