root@10-23-202-21:/var/www# git clone git@github.com:DPPCoder/HTMl-TEST.git HTML
Cloning into ‘HTML’…
Warning: Permanently added the RSA host key for IP address ‘192.30.255.112’ to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
http error 500
错误日志:*4 FastCGI sent in stderr: "PHP message: PHP Warning: require(/var/www/laravel/bootstrap/…/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/laravel/bootstrap/autoload.php on line 17
这是因为没有把/var/www/laravel/ 给到nginx? 但我已经按照视频执行了sudo chown -R www-data:www-data /var/www/laravel/