gcpark

2521 经验值

@zyzplzyz
我也跟你一样有同样的错误提示 你是怎么解决的?

问题 已经完美解决 多谢两位

我试着改了。。 但是不行啊。。
麻烦你 能不能告诉我 详细一点
不知道 改哪里

安装了zsh-autosuggestions 以后 输入命令 提示是 提示 但 只提示一个字符是 什么 问题?
我看 站长在敲命令的时候 直接提示一行。。。

λ vagrant up
Bringing machine 'homestead-7' up with 'virtualbox' provider...
==> homestead-7: Clearing any previously set forwarded ports...
==> homestead-7: Clearing any previously set network interfaces...
==> homestead-7: Preparing network interfaces based on configuration...
    homestead-7: Adapter 1: nat
    homestead-7: Adapter 2: hostonly
==> homestead-7: Forwarding ports...
    homestead-7: 80 (guest) => 8000 (host) (adapter 1)
    homestead-7: 443 (guest) => 44300 (host) (adapter 1)
    homestead-7: 3306 (guest) => 33060 (host) (adapter 1)
    homestead-7: 5432 (guest) => 54320 (host) (adapter 1)
    homestead-7: 27017 (guest) => 27017 (host) (adapter 1)
    homestead-7: 22 (guest) => 2222 (host) (adapter 1)
==> homestead-7: Running 'pre-boot' VM customizations...
==> homestead-7: Booting VM...
==> homestead-7: Waiting for machine to boot. This may take a few minutes...
    homestead-7: SSH address: 127.0.0.1:2222
    homestead-7: SSH username: vagrant
    homestead-7: SSH auth method: private key

一直卡在 SSH auth method: private key
打开 VirtualBox 虚拟机界面 一直卡在 longin 界面里
过 几分钟以后 显示 TIMEOUT 错误提示...

Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.

If you're using a custom box, make sure that networking is properly
working and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.
Verify that authentication configurations are also setup properly,
as well.

If the box appears to be booting properly, you may want to increase
the timeout ("config.vm.boot_timeout") value.

有没有人 遇到过这种 问题... ?
或者 有没有 解决方案... ?
网上搜索了已经两天了.. 都没有 好的 解决方案..

@Tomoe 还是一样 也不出 错误提示 一到Auth 不往下执行

@Tomoe 这个方法我也试过了 不行。。。 在create 控制器里 直接 Auth::check() 没问题 但是 一到 视图文件里 就出错。。。

@Tomoe 现在出错的 地方就是 除了 /discussions/{id} 以外别的 页面都出问题 只要 删除 app.blade.php 里的 Auth::check() 就没问题。。。