I´m new to mina and only have a hosting package with an ssh access but with no root privileges.
My prob is that I get an "Permission denied, please try again" if I run mina setup.
By extending the deploy.rb
wit the following line:
set :term_mode, :nil
I can run mina deploy but I received this error:
-----> Using git branch 'master'
$ git clone "development/www.mydomain.com/scm" . --recursive --branch "master"
fatal: destination path '.' already exists and is not an empty directory.
! ERROR: Deploy failed.
I know that the www.mydomain.com isn´t an empty folder cause mina creates with the setup the "shared" and "releases" folders. So I don´t know what I have to do to make the deploy happend. Any hint?