2016-10-02 70 views
0

我在使用全新安装的Laravel Forge在Ubuntu上运行作曲家更新时遇到TransportException。TransportException - 作曲者尝试从我的API下载文件... NOT FOUND

[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连接到我的git回购和推/拉。这里是作曲家诊断的输出:

[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令牌。谢谢:)