Does anybody know how to pull down files from a Github repo onto an Amazon ec2 Instance using SSH. Something like git clone 'git-repo-url'. Also, could someone explain where on my ec2 instance I should pull this repo down onto if this is for a website? I’m successfully running apache however it’s not showing my webpage…
fatal: could not create work tree dir 'Survey_app'.: Permission denied
It’s just
Depending on your operating system, it’ll probably be somewhere like
/var/www/public_htmlor in the case of CentOS,/var/www/html