Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Host key verification failed while trying to deploy to Vercel #31

Open
typicalbob540 opened this issue Nov 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@typicalbob540
Copy link

What happened?

Hello,
I forked the VidBingeApp/VidBinge repository. While trying to deploy it, I received this error:

[02:23:02.292] Running build in Washington, D.C., USA (East) – iad1
[02:23:02.575] Cloning github.com/typicalbob540/VidBinge (Branch: dev, Commit: 08e1c9f)
[02:23:02.944] Previous build cache not available
[02:23:03.057] Cloning completed: 480.498ms
[02:23:03.424] Running "vercel build"
[02:23:03.828] Vercel CLI 37.14.0
[02:23:04.606] Detected `pnpm-lock.yaml` version 9 generated by [email protected]
[02:23:04.626] Installing dependencies...
[02:23:05.284] Lockfile is up to date, resolution step is skipped
[02:23:05.378] Progress: resolved 1, reused 0, downloaded 0, added 0
[02:23:05.563] Packages: +1012
[02:23:05.563] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[02:23:05.774]  ERROR  Command failed with exit code 128: /usr/bin/git clone [email protected]:VidBingeApp/providers.git /vercel/.local/share/pnpm/store/v3/tmp/_tmp_123_44477c87f4d50f4794c45ecca1b50d2a
[02:23:05.774] Cloning into '/vercel/.local/share/pnpm/store/v3/tmp/_tmp_123_44477c87f4d50f4794c45ecca1b50d2a'...
[02:23:05.774] Host key verification failed.
[02:23:05.775] fatal: Could not read from remote repository.
[02:23:05.775] 
[02:23:05.775] Please make sure you have the correct access rights
[02:23:05.775] and the repository exists.
[02:23:05.775] 
[02:23:05.775] pnpm: Command failed with exit code 128: /usr/bin/git clone [email protected]:VidBingeApp/providers.git /vercel/.local/share/pnpm/store/v3/tmp/_tmp_123_44477c87f4d50f4794c45ecca1b50d2a
[02:23:05.775] Cloning into '/vercel/.local/share/pnpm/store/v3/tmp/_tmp_123_44477c87f4d50f4794c45ecca1b50d2a'...
[02:23:05.775] Host key verification failed.
[02:23:05.775] fatal: Could not read from remote repository.
[02:23:05.775] 
[02:23:05.775] Please make sure you have the correct access rights
[02:23:05.775] and the repository exists.
[02:23:05.775]     at makeError (/pnpm9/node_modules/pnpm/dist/pnpm.cjs:19501:17)
[02:23:05.775]     at handlePromise (/pnpm9/node_modules/pnpm/dist/pnpm.cjs:20072:33)
[02:23:05.775]     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[02:23:05.775]     at async execGit (/pnpm9/node_modules/pnpm/dist/pnpm.cjs:115900:7)
[02:23:05.775]     at async gitFetcher (/pnpm9/node_modules/pnpm/dist/pnpm.cjs:115855:11)
[02:23:05.775]     at async fetcher (/pnpm9/node_modules/pnpm/dist/pnpm.cjs:135387:16)
[02:23:05.775]     at async run (/pnpm9/node_modules/pnpm/dist/pnpm.cjs:134837:23)
[02:23:05.846] Error: Command "pnpm install" exited with 1
[02:23:06.042] 

What browsers are you seeing the problem on?

No response

Steps to reproduce?

  1. Fork the repository
  2. Create a new project on Vercel
  3. Import the repository
  4. Deploy it (with no additional configuration)

Other relevant information

No response

@typicalbob540 typicalbob540 added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant