win7 64系统,wamp X64软件,安装Composer出现问题。
使用Composer-Setup.exe安装,报错如下
Connection Error [ERR_CONNECTION]: Unable to connect to 

 

  • save ca-bundle.crt to your local path

  • double click ca-bundler.crt to import it

  • add the two line to php.ini

    curl.cainfo=d:/download/ca-bundle.crt  
    openssl.cafile=d:/download/ca-bundle.crt
    
  • try to install composer-setup.exe agin.

作者:马小笃
链接:http://www.zhihu.com/question/22885542/answer/64443631
来源:知乎

相关文章:

  • 2021-12-07
  • 2021-11-08
  • 2022-12-23
  • 2022-01-08
  • 2021-10-03
  • 2021-09-29
  • 2022-12-23
猜你喜欢
  • 2021-04-17
  • 2022-02-28
  • 2021-10-19
  • 2021-04-07
  • 2021-09-19
  • 2021-11-24
相关资源
相似解决方案