简体   繁体   English

omn​​iauth 模型生成冻结

[英]omniauth model generation frozen

I am trying to install omniauth with a website running devise.我正在尝试使用运行设计的网站安装 omniauth。 I am following an online tutorial.我正在关注在线教程。 I ran a command to generate a model, but it just freezes loading.我运行了一个命令来生成一个模型,但它只是冻结加载。 it does not return any errors, or anything.它不会返回任何错误或任何内容。 it just displays the command in terminal with no response.它只是在终端中显示命令而没有响应。

rails g model identity user:references provider:string did:string

Does anyone have any any idea what is happening, and why?有谁知道发生了什么,为什么?

It is because of spring.那是因为春天。

Try stopping it and trying again:尝试停止它并重试:

bin/spring stop

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM