Php laravel Homestead开始时出错,没有输入文件

Php laravel Homestead开始时出错,没有输入文件,php,laravel,vagrant,homestead,Php,Laravel,Vagrant,Homestead,我想把我的MacBook升级到最新版本。 还下载并安装了homestead、virtualbox和vagrant的最新版本。 我还摧毁了我的旧虚拟机,想重新开始 我遇到了一些问题,让它们再次运行。但是现在,我让机器运转起来了(流浪汉)。最后我得到了这个错误,但不知道我到底要做什么: homestead-7: Updating to version 1.8.3 (stable channel). homestead-7: homestead-7:

我想把我的MacBook升级到最新版本。 还下载并安装了homestead、virtualbox和vagrant的最新版本。 我还摧毁了我的旧虚拟机,想重新开始

我遇到了一些问题,让它们再次运行。但是现在,我让机器运转起来了(流浪汉)。最后我得到了这个错误,但不知道我到底要做什么:

homestead-7: Updating to version 1.8.3 (stable channel).
homestead-7:    
homestead-7:                                                                                                        
homestead-7:   [ErrorException]                                                                                     
homestead-7:   rename(/home/vagrant/.composer/cache/composer-temp.phar,/usr/local/bin/composer): Permission denied  
homestead-7:                                                                                                        
homestead-7: 
homestead-7: self-update [-r|--rollback] [--clean-backups] [--no-progress] [--update-keys] [--stable] [--preview] [--snapshot] [--set-channel-only] [--] [<version>]
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
还在主机中配置了它。但当我在浏览器中打开链接时,它只会显示“未指定输入文件” 我通过vagrant ssh登录到机器并检查路径。它就在那里。
可能是因为上一个错误而没有得到输入文件?我真的不知道要修复什么…

您确定composer.phar文件存在吗?检查您的访问权限

使用代客泊车。您使用的是什么命令,向上流浪/向上流浪--供应?我刚刚安装了代客泊车并使其工作,我想检查一下。。。但是我甚至不知道它在哪里或者应该在哪里。以及如何检查权限。。。
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox


authorize: ~/.ssh/id_rsa.pub

keys:
- ~/.ssh/id_rsa

folders:
    - map: ~/Code
       to: /home/vagrant/Code

sites:
    - map: testen.app
      to: /home/vagrant/Code/testen/public