Open wonderphil opened 6 years ago
Hi. I was searching the same issue.
Actually this issue has been fixed long time ago but apparently gem has not updated.
You can simply workaround using the master branch in Gemfile as:
gem 'capistrano-ssh-doctor', git: 'https://github.com/capistrano-plugins/capistrano-ssh-doctor.git'
Just installed capistrano-ssh-doctor and I am getting the exact same issue as @wonderphil. I tried the above by @sinankeskin but it did not change anything. Any ideas?
Hi @Megaheff
Looks like my solution still works. Use git repo for workaround.
I wanted to let anyone else who finds their way here, that on my Rails 7, Ruby 3.0.2 app with a current version of Capistrano (3.16) I still receive this error even if I use the master branch as described above.
@sinankeskin the solution still works
Hi guys,
This seems to be the same as issue #9
Maybe I am missing something but I just cant not get passed this.
Setup is: Rails Version: 5.1.6 Cap Version: 3.11.0 (Rake Version: 12.3.1) capistrano-ssh-doctor version: 1
Capfile:
deploy.rb
Gemfile
when I run:
If i add the scm setting i get
Any help?