ssl - Git push fail - Vultr server with nginx -
i have created virtual server vultr , pushed laravel app server using guide http://devmarketer.io/learn/deploy-laravel-5-app-lemp-stack-ubuntu-nginx/.
then added ssl certificate following guide https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04.
after adding ssl certificate, i’m not able push repo. idea what's happening?
git push production master -v pushing ssh://root@--address--/var/repo/site.git ssh: connect host --address-- port 22: connection timed out fatal: not read remote repository. please make sure have correct access rights , repository exists.
perhaps ssh not running on port?
check ssh port in /etc/ssh/sshd_config
ssh://root@ip:port/var/repo/site.git
Comments
Post a Comment