ZHE
  • 工具
  • AI命令
  • 导航
  • 博客
  • |
  • 登录
  • 注册
  • AI画图提示词
  • ubuntu
  • linux
  • web3
  • seo
  • laravel
  • wordpress
  • PHP
  • Stable Diffusion实战
  • Go语言教程之边写边学
Copyright zhe.ink ©2023-2025
Email: service@zhe.ink
吉ICP备2024017385号-3
gongan苏公网安备 32050902101537号

curl error 28 while downloading https://repo.packagist.org/packages.json: Failed to connect to repo.packagist.org port 443: Connection timed out

2023-11-20 17:50:32
249
composer curl问题

更换国内的数据源

 

composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
相关文章
使用php curl CURLOPT_WRITEFUNCTION的示例代码
php cURL error 60: SSL certificate problem: unable to get local issuer certificate问题
Go语言教程之边写边学:Goroutines和Channels练习:启动多个Goroutine,每个goroutine都向一个频道添加值
PHP通过curl上传客户端提交的文件到远程服务器
Go语言教程之边写边学:Goroutines和Channels练习:Goroutines通道执行顺序
Go语言教程之边写边学:读写不同的文件类型
golang中struct在返回response时,不显示某个字段
Go语言教程之边写边学:常用的软件库:Golang中的动态JSON
Go语言教程之边写边学:web应用:读取和写入JSON数据的Web应用程序
Go语言教程之边写边学:基础练习:如何使用WaitGroup将main函数的执行延迟到所有goroutines完成后