2017-03-15 11 views
0

Windowsシステムでlaravelをセットアップしようとしています。私は作曲家をインストールしました。しかし、新しいララベルプロジェクトを作成しようとしているときに問題を引き起こしている作曲家にはいくつかの問題があります。Laravelエラー:

composer diagnose 
Checking platform settings: OK 
Checking git settings: OK 
Checking http connectivity to packagist: OK 
Checking https connectivity to packagist: OK 
Checking github.com rate limit: FAIL 
[Composer\Downloader\TransportException] The  "https://api.github.com/rate_limit" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: 
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed 
Failed to enable crypto 
failed to open stream: operation failed 

Laravelエラー:

私は作曲はCMDから診断し、次のようでしたが結果である

new laravel_demo_1 
Crafting application... 
Loading composer repositories with package information 
Installing dependencies (including require-dev) from lock file 
Package operations: 59 installs, 0 updates, 0 removals 
    - Installing doctrine/inflector (v1.1.0): Downloading (failed) 
Downloading (failed) 
Downloading (failed) Failed to download doctrine/inflector from dist: The "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae" file could not be downloaded: SSL operation failed with code  1. OpenSSL Error messages: 
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed 
Failed to enable crypto 
failed to open stream: operation failed 
Now trying to download from source 
    - Installing doctrine/inflector (v1.1.0): Cloning 90b2128806 from cache 
    - Installing erusev/parsedown (1.6.1): Downloading (failed) 
Downloading (failed) 
Downloading (failed) Failed to download erusev/parsedown from dist: The "https://api.github.com/repos/erusev/parsedown/zipball/20ff8bbb57205368b4b42d094642a3e52dac85fb" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:...... 
+0

laravelには何も付いていません。それは作曲家に関するすべてです –

+0

あなたのシステムに 'ca-certificates'がインストールされていますか? –

+0

@MarcinOrlowski作曲家に関連している場合、それを修正する方法を教えていただけますか? –

答えて

0

あなたが単に非認証されたアクセスのためにGithubの制限をヒットしているようです。

[Composer\Downloader\TransportException] The " https://api.github.com/rate_limit " file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:

ので、それだけで自分自身を認証するために十分なものでなければならない:「パーソナルアクセストークンの下に新しいトークンを作成します

  • あなたGitHubのアカウントにログインし

    1. とサイドバーの「アプリケーション」をクリックしてください「プロジェクトのフォルダに
    2. は行います
      • composer config github-oauth.github.com YOUR-TOKEN

    とする必要があります。