php – composer update提供了一个关于私有存储库元数据的404

我安装了laravel / homestead并试过’composer update’.
Composer给我一个关于私人仓库的TransportException.
Composer update
Loading composer repositories with package information
Your GitHub credentials are required to fetch private repository Metadata (https://github.com/GrahamCampbell/asset)
A token will be created and stored in "/home/vagrant/.composer/auth.json",your password will never be stored
To revoke access to this token you can visit https://github.com/settings/applications
Username:
Password:
Token successfully created
[Composer\Downloader\TransportException]
The "https://api.github.com/repos/GrahamCampbell/asset" file Could not be downloaded (HTTP/1.1 404 Not Found)

我无法通过这一点,所以我被困住了.

如果您可以访问私人仓库,则可以在 composer中使用 SSH Keys.

否则你可以使用GitHub API Tokens.

$export GITHUB_ACCESS_TOKEN=hash-to-your-api-token
$composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN
$composer install

如果您使用的是Vagrant,则可以在配置器添加环境变量和编写器配置.

在编写页面以在GitHub上生成新的访问令牌时,可以在Settings / Developer settings / Personal access tokens下找到.

相关文章

统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...
前言 之前做了微信登录,所以总结一下微信授权登录并获取用户...
FastAdmin是我第一个接触的后台管理系统框架。FastAdmin是一...
之前公司需要一个内部的通讯软件,就叫我做一个。通讯软件嘛...
统一支付是JSAPI/NATIVE/APP各种支付场景下生成支付订单,返...