美文网首页
Composer with Proxy

Composer with Proxy

作者: 观星汉 | 来源:发表于2018-12-17 14:34 被阅读0次

Proxy for composer

Before run command composer, run the follow command setup proxy for terminal temporary.

export http_proxy='127.0.0.1:1087'
export https_proxy='127.0.0.1:1087'
composer install

leo@Hac:~$ export http_proxy='127.0.0.1:1087'
leo@Hac:~$ export https_proxy='127.0.0.1:1087'
leo@Hac:~$ composer install

BTW: local proxy service need built by yourself.

相关文章

网友评论

      本文标题:Composer with Proxy

      本文链接:https://www.haomeiwen.com/subject/xnaqkqtx.html