When getting an error 'git-ssh.sh': Permission denied
add set :tmp_dir, "/home/{username}/tmp"
to the deploy.rb file.
'pbcopy < ~/.ssh/id_rsa.pub'
vim authorized_hosts
ssh-keygen
ssh-copy-id {{server ip or name}}
Enter password to confirm
When getting an error 'git-ssh.sh': Permission denied
add set :tmp_dir, "/home/{username}/tmp"
to the deploy.rb file.
'pbcopy < ~/.ssh/id_rsa.pub'
vim authorized_hosts
ssh-keygen
ssh-copy-id {{server ip or name}}
Enter password to confirm