[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Host key verification failed for public GitHub repo dep 57 views · 0 likes · 3 posts Martimarkov (@martimarkov) · 2025-10-24 Basically I’m running a deployment having a dependency which is a public GitHub repo and I have defined it as https:// in my package.json: `"react-audio-visualize": "https://github.com/DialerAI/react-audio-visualize.git#cddd9c30c3270c794cce273ad684cc380328bd7d",` Vercel should be able to install GitHub repo dependencies. Am I doing something wrong? ``` Running “vercel build” Vercel CLI 48.6.0 Running “install” command: yarn install… yarn install v1.22.19 warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. \[1/4\] Resolving packages… \[2/4\] Fetching packages… error Command failed. Exit code: 128 Command: git Arguments: ls-remote --tags --heads ssh://git@github.com/DialerAI/react-audio-visualize.git Directory: /vercel/path0 Output: Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` Jacob Paris (@jacobparis) · 2025-10-24 I tried to reproduce with the same package, with a committed package-lock, and using yarn install but it worked successfully for me Do you have any other build config, like `.npmrc`, `.yarnrc` or similar that might help narrow down where the discrepancy could be?   system (@system) · 2026-01-20 Hi @martimarkov! 🙂 We haven't heard back from you. If you're still stuck, feel free to share any updates, logs, or additional context that might help us assist you better!