2016-10-02 4 views
0

Laravel Forgeの新規インストールを使用してUbuntuでコンポーザーアップデートを実行すると、TransportExceptionが発生します。TransportException - 私のAPIからファイルをダウンロードしようとする作者...見つからない

[email protected]:~/default$ composer update 
> php artisan clear-compiled 
Loading composer repositories with package information 


[Composer\Downloader\TransportException] 
The "https://api.github.com/repos/amcardwell/trust-dale" file could not be downloaded (HTTP/1.1 404 Not Found) 

私はコンポーザーのインストールを実行することができます...私はgitリポジトリに接続し、プッシュ/プルすることができます。ここでは作曲DIAGの出力です:

[email protected]:~/default$ composer diag 
Checking composer.json: WARNING 
require.yangqi/htmldom : unbound version constraints (dev-master) should be avoided 
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: OK 
Checking disk free space: OK 
Checking pubkeys: FAIL 
Missing pubkey for tags verification 
Missing pubkey for dev verification 
Run composer self-update --update-keys to set them up 
Checking composer version: OK 

なぜ私はこのエラーを取得していますか?

答えて

0

私はそれを理解しました。私はまだリンクされたgithub oauthトークンを持っていませんでした。ありがとう:)

関連する問題