Closed swalkinshaw closed 3 years ago
Ref: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
Got the full known host by running ssh -T git@github.com locally
ssh -T git@github.com
This commit fixed an issue where I wasn't able to install composer packages while deploying to a DO droplet
Ref: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/githubs-ssh-key-fingerprints
Got the full known host by running
ssh -T git@github.com
locally