Private Github Repositories with Envoy
问题 Anybody has any problems deploying with Laravel's envoy when using private Github repos? When manually cloning my repo from the production server, the ssh key seems to be accessible but when using Envoy, I always get a "Permission denied (publickey) error. Thanks 回答1: It is probably because the ssh key on your remote server requires a password. If you change the Envoy.blade.php to perform some other task you should be able to establish whether you are connecting to your remote correctly.