There was a permanent problem cloning the repo

I have a problem when I deploy my new project, details is:
Running build in Washington, D.C., USA (East) – iad1

15:43:27.054  Cloning github.com/xxx (Branch: main, Commit: f7b15ab)

15:43:27.067  Skipping build cache, deployment was triggered without cache.

15:43:27.114  There was a permanent problem cloning the repo.

15:44:19.162  There was a permanent problem cloning the repo.

15:46:17.163  There was a permanent problem cloning the repo.

Then I went to github to check my deployment history, details is:

This Deployment has been disabled.

Your connection is working correctly.

Vercel is working correctly.

404: NOT_FOUND
Code: DEPLOYMENT_DISABLED
ID: sin1::vzls9-1733730519178-b5698a765de5

I don’t know what the reason is, please help me.

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

My main problem right now is “There was a permanent problem cloning the repo.”

Hi @wuyasong, welcome to the Vercel Community!

Have you tried disconnecting and reconnecting the GitHub account to your Vercel account?
If not, can you give it a try? That might fix it.

Thanks for posting your issue here.

Thanks, I have reconnected to github in [ Project Settings → Connected Git Repository → reconnected ], it still get error log:

Hi @wuyasong, I’ve requested more information from our team internally. I’ll let you know as soon as we find some information.

Thank you very much.

Someone else recently reported a similar error. Please give these ideas a try and let us know how it goes!

2 Likes

hello Amy,
My project once encountered this problem, when I deleted the project, and then re-import, re-import, there were some successful deployment, and then failed again, now I have bound my own domain name, so do not want to delete the project to try again, please help me to see how to solve, thanks.

Hello, Is there any new progress on this issue?

Hi @wuyasong, sorry no updates yet!

We’ll update the thread as soon as we have information.

Is there any other way to avoid this problem first? I am in a hurry to deploy.

The error message, “There was a permanent problem cloning the repo,” usually indicates that the Vercel integration was not able to access the GitHub repo. I recommend checking and updating the Vercel app permissions on your GitHub account to ensure that the repo can be accessed when deploying the project.

What happens if you try to deploy from a local copy of your repo using the CLI? That will either provide you with a workaround so you can deploy quickly, or it will give you more details about why the deployment fails.

1 Like

I try to deploy with vercel cli, got error:


I found that I configured proxy locally, but I have commented the code, and executing the “vercel” command again still reports this error


@anshumanb @amyegan Thanks for your patient reply, I have found the problem. The reason is that I configured https_proxy in “Environment Variables”, so the deployment could not be successful. Now after I deleted this variable, everything is back to normal.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.