最近 使用composer 安装扩展包的时候总是出现各种问题?

发布于 09-07 19:55 字数 1837 浏览 20 评论 0

Installation failed, reverting ./composer.json to its original content.


  [Symfony\Component\Process\Exception\ProcessTimedOutException]
  The process "git clone --no-checkout 'git@github.com:caouecs/Laravel-lang.git' '/home/vagrant/b
  bs_surest/vendor/caouecs/laravel-lang' --dissociate --reference '/home/vagrant/.composer/cache/
  vcs/https---github.com-caouecs-Laravel-lang.git/' && cd '/home/vagrant/bbs_surest/vendor/caouec
  s/laravel-lang' && git remote add composer 'git@github.com:caouecs/Laravel-lang.git' && git fet
  ch composer" exceeded the timeout of 300 seconds.


require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no                       -scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable]                        [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu                       -autoloader] [--] [<packages>]...

vagrant@homestead:~/bbs_surest$
vagrant@homestead:~/bbs_surest$ <code>composer config --list</code>
-bash: syntax error near unexpected token `newline'
vagrant@homestead:~/bbs_surest$ composer require "mews/captcha:~2.0"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 2 installs, 0 updates, 0 removals
  - Installing caouecs/laravel-lang (3.0.54): Downloading (failed)
Downloading (connecting...)

要不就是下载不了,要不就是报错

我使用的是国内镜像, 国内镜像官网公告说在维护中,

clipboard.png

但是就算走国外镜像或者下载git文件,为什么还是报这种错误呢

clipboard.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

删除→记忆2022-09-14 19:55:23

确实也发现了这种问题,我先切换到了laravel镜像

你的背包2022-09-14 19:55:23

嗯 切换到laravel-china 的镜像了就没问题了

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文