将Github repo拉入亚马逊ec2实例

时间:2012-07-28 02:46:24

标签: github amazon-ec2

有没有人知道如何使用SSH将文件从Github repo下载到Amazon ec2实例上。像git clone 'git-repo-url'这样的东西。此外,有人可以解释在我的ec2实例上我应该将这个回购下载到哪里,如果这是一个网站?我成功运行了apache,但它没有显示我的网页...

fatal: could not create work tree dir 'Survey_app'.: Permission denied

1 个答案:

答案 0 :(得分:3)

它只是

git clone https://github.com/path/to/your/directory

根据您的操作系统,它可能位于/var/www/public_html或CentOS的情况下/var/www/html