Tell us what’s happening:
Describe your issue in detail here.
I’m trying to depoy my app to heroku but i’m getting the following error :
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/freeCodeCamp/fcc-express-bground-pkg.git
npm ERR!
npm ERR! Host key verification failed.
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!
npm ERR! exited with error code: 128
I can see from your commit history that you have tried different URL types for the package, are you getting the same error no matter what type of URL you have used?
It should work with the original URL that is in the package.json file. Even just the user/repo format should work.
Anytime you change the URL you have to run npm install to update the lock file otherwise it won’t get updated and Heroku may just be using the lock file.
As an example right now you have this in your package.json