In an attempt to run sudo npm install -g aws-amplify/cli ,
I am given the error The authenticity of host 'github.com (192.30.255.112)' can't be established
After reading The authenticity of host 'github.com (192.30.252.128)' can't be established, I ran ssh -T git@github.com and get a Permission denided (publickey). Error. Now if I run the aws-amplify install again, I get:
npm ERR! code 128
npm ERR! command failed
npm ERR! command git ls-remote ssh://git@github.com/aws-amplify/cli.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR!
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/matthewmathias/.npm/_logs/2021-03-20T23_41_46_515Z-debug.log
Help?
M