Caused by:

error: unknown SSH host key
The SSH host key for `github.com` is not known and cannot be validated.

Fix this by adding Github key to your ~/.ssh/known_hosts

ssh-keyscan -t rsa,ecdsa,ed25519 github.com  >> ~/.ssh/known_hosts