https://github.com/brunogaspar/laravel4-starter-kitの指示に従ってlaravel4をインストールしてみました。
セクションをダウンロードした後、次を含むセクション2を実行しようとしました。
cd your-folder
curl -s http://getcomposer.org/installer | php
php composer.phar install
最後のコマンドを実行すると:
php composer.phar install
私は出力を得ました:
Loading composer repositories with package information
Installing dependencies
- Installing doctrine/lexer (dev-master bc0e1f0)
Cloning bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94
- Installing doctrine/annotations (v1.1)
Downloading:connection...
[Composer\Downloader\TransportException]
The "https://api.github.com/repos/doctrine/annotations/zipball/v1.1" file could not
be downloaded (HTTP/1.0 500 Internal Server Error)
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev]
[--no-custom-installers] [--no-scripts] [--no-progress] [-v|--verbose]
[-o|--optimize-autoloader]
なぜこのエラーが発生したのですか?