Permission Denied when npm i openai/openai-realtime-api-beta

Well that’s the last thing I was expecting. What could be going on here? All Im trying to do is npm install openai realtime API as documented and I’m getting permission denied???

$ npm i openai/openai-realtime-api-beta
npm error code 128
npm error An unknown git error occurred
npm error command git --no-replace-objects ls-remote ssh://[my email]/openai/openai-realtime-api-beta.git
npm error git@github.com: Permission denied (publickey).
npm error fatal: Could not read from remote repository.
npm error
npm error Please make sure you have the correct access rights
npm error and the repository exists.

i just tested installing. working in my circumstance.

2 Likes

Fixed. Had to generate and upload to github my SSH key.

2 Likes