问题描述
我今天刚刚安装了Laravel Vapor,对入门感到非常兴奋,但是我遇到了使用Mac(使用iTerm)进行身份验证的情况.输入vapor login
,然后按照Email Address:
和Password:
...的提示进行操作,并每次获取Authentication failed.
.我已经仔细检查了我的电子邮件地址,非常仔细地输入了密码,检查了大写锁定是否未打开,然后通过该网站对我的密码进行了3次更改,然后重新输入以查看是否更改了任何内容.我不知道还能做什么!还有其他人遇到这个问题吗?有什么建议吗?
I just installed Laravel Vapor today and am so excited to get started, but I've run into a wall with authentication from my Mac (using iTerm). I enter vapor login
, then follow the prompts for Email Address:
and Password:
... and get Authentication failed.
every time. I have triple-checked my email address, very carefully entered the password, checked caps lock is not on, and changed my password 3 times via the website and re-entered to see if it changed anything. I don't know what else I can do! Has anyone else run into this problem?? Any suggestions??
推荐答案
升级到laravel/vapor-cli的最新版本,即v1.2.7.登录身份验证失败时,此版本将显示更多详细信息.
Upgrade to the latest version of laravel/vapor-cli which is v1.2.7. This version shows more details when the login authentication fails.
就我而言,openssl/cert.pem存在问题.一旦安装了证书,就可以登录到蒸气.您可以使用
In my case, there was a problem with the openssl/cert.pem. Once I installed the certificate, I was able to login to vapor. You can install this certificate by using
brew install openssl
这篇关于Laravel Vapor CLI上的身份验证失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!