-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hangs on rvm:hook with capistrano 3.3.3 #61
Comments
Same here:
Just set up capistrano with rvm so can't say since when this error occurs. |
You probably don't have rvm installed. I ran into the same problem before. |
First thing I do is rvm installation ;-) so not the case |
Did you see #66? To be clear, I have solved my problem by suppressing :hook until after I install rvm. |
rvm is installed on the server, no problems using it with 3.2.1 However, I'll ask to check this with suppressing :hook and return with outcome |
@emirkin how do you suppressing |
Hello,
I have capistrano 3.2.1 running with capistrano-rvm normally, but after trying to upgrade to 3.3.3, I get hanging process -- seems like forever -- during
rvm:hook
task (also note double -d ~/.rvm commant, which was not the case in 3.2.1):The text was updated successfully, but these errors were encountered: