我 搜索 了 几 个 网站 , 几 个 主题 在 stackoverflow 尝试 了 几 种 方法 来 解决 它
1.重新 安装 的 作曲 家
1.已 重新 安装 xampp
1.将 IPv6 更改 为 IPv4 - 〉 临时 解决
1.在 另 一 台 PC 上 尝试 - 〉 相同 网络
1.我 把 我 的 github 令牌 保存 在 composer.json 中 , 并 得到 了 另 一 个 错误
1.按 建议 使用 VPN
1.我 在 Github 中 克隆 了 Laravel , 但 当 我 需要 更新 它 的 作曲 家 " autoload " 时 , 我 仍然 会 在 随机 主题 上 出现 同样 的 错误 , 有时 是 Laravel/symfony 等等 。
1.我 尝试 根据 Fileinfo not working in Xampp v3.2.1 [duplicate] 更改 php.ini :首先 没有 " ; extension = php_fileinfo.dll " 相反 , 我 找到 了 extension = fileinfo , 它 本身 没有 注解
1.对于 它 的 超时 , 我 将 extension _ max 从 120 更改 为 360//我 的 RAM 是 16
1.我 在 一 个 在线 php 训练 营 没有 其他 人 有 同样 的 错误 , 没有 人 不能 帮助 我 , 当 我 要求 帮助
我 准备 提供 更 多 的 信息 , 也许 我 尝试 了 一 个 好 的 方式 在 一 个 错误 的 方式 欣赏 。
- Downloading laravel/sail (v1.16.2)
Failed to download symfony/http-foundation from dist: curl error 28 while downloading https://api.github.com/repos/symfony/http-foundation/zipball/90f5d9726942db69490fe467a3acb5e7154fd555: Operation timed out after 10008 milliseconds with 0 out of 0 bytes received
Now trying to download from source
- Syncing symfony/http-foundation (v6.1.5) into cache
Cloning failed using an ssh key for authentication, enter your GitHub credentials to access private repos
When working with _public_ GitHub repositories only, head to https://github.com/settings/tokens/new?scopes=&description=Composer+on+Mom+2022-10-06+2353 to retrieve a token.
This token will have read-only permission for public information only.
When you need to access _private_ GitHub repositories as well, go to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+Mom+2022-10-06+2353
Note that such tokens have broad read/write permissions on your behalf, even if not needed by Composer.
Tokens will be stored in plain text in "C:/Users/whowe/AppData/Roaming/Composer/auth.json" for future use by Composer.
For additional information, check https://getcomposer.org/doc/articles/authentication-for-private-packages.md#github-oauth
Token (hidden):
中 的 每 一 个
新 尝试 :
根据 NicoHaase 先生 的 建议 , 我 审查 了 IPv6 部分 , 结果 如下 :
Downloading laravel/laravel (v9.3.8)
Failed to download laravel/laravel from dist: curl error 28 while downloading api.github.com/repos/laravel/laravel/zipball/…:
Operation timed out after 10005 milliseconds with 0 out of 0 bytes
received Now trying to download from source
格式
( 我 可以 把 我 做 的 每 一 步 截图 )
所有 的 限制 解除 了 我 的 问题 自行 解决 , 但 我 认为 失去 的 答案 是 关于 代理 ( 31/10/2022 )
1条答案
按热度按时间l2osamch1#
如果您使用的是linux,请使用proxy!:
导出http_proxy ='您的代理'
导出https代理='您代理'
然后使用composer命令如果使用socks 5:
导出http_proxy=套接字5://ip:端口https_proxy=套接字5://ip:端口
然后使用 composer 命令我猜你和我一样是伊朗人