Hello,
I went to test out the OAuth API today. I noticed if I do:
git clone git@github.com:HubSpot/oauth-quickstart-nodejs.git
I get: Permission denied (publickey).
If I clone like this it succeeds:
git clone https://github.com/HubSpot/oauth-quickstart-nodejs.git
I'm pretty sure this is related to a git or ssh configuration, and I do not want to use sudo as a solution. The https URL works great so I do not need more guidance, but if anyone wants to chime in on the issue it could be helpful to others as well.
Hello,
I went to test out the OAuth API today. I noticed if I do:
git clone git@github.com:HubSpot/oauth-quickstart-nodejs.gitI get:
Permission denied (publickey).If I clone like this it succeeds:
git clone https://github.com/HubSpot/oauth-quickstart-nodejs.gitI'm pretty sure this is related to a git or ssh configuration, and I do not want to use
sudoas a solution. The https URL works great so I do not need more guidance, but if anyone wants to chime in on the issue it could be helpful to others as well.