作曲家下载错误

问题描述:

当我执行时:

composer install

我得到以下输出:

Loading composer repositories with package informati
Installing dependencies (including require-dev)

[Composer\Downloader\TransportException]
The "http://packagist.org/p/phpunit/phpunit$abafcd02d9793416c76c78da3f1fafa0bc4da3ac1acec5c80e51d7904589ea30.json"
file could not be downloaded: send of 103 bytes failed with errno=10053
An established connection was aborted by the software installed on the host-computer.
(...)

在网络级别上,我看到服务器发送了TCP

On the network level I see, that the server send TCP packet with RST (Reset) flat set on.

有人知道这是怎么回事吗?

Does anyone know what is wrong here?

我的配置:


  • Windows 8.1

  • Apache 2.4

  • PHP 5.5.11

  • PEAR版本:1.9.4

  • Windows 8.1
  • Apache 2.4
  • PHP 5.5.11
  • PEAR Version: 1.9.4

php.ini:

extension=php_openssl.dll

allow_url_fopen = On
allow_url_include = On


卸载我拥有的 K9 Web Protection 软件计算机是解决我的问题的方法。

Uninstalling K9 Web Protection software that I had on my computer was the solution for my problem.