You keep telling me the Gid disconnected… how I can connect back to my repository?
Hi Henry,
Can you send a chat link so I can investigate?
1 Like
Thank you Rickey, I have resolved it by creating a new link and dowlowding the code from Github
Solution summary
To fix this, navigate to the project’s Settings > Git in the Vercel dashboard, click Disconnect under the Connected Git Repository section, and then reconnect the project to the correct repository. Alternatively, you can use the Vercel CLI by running vercel git disconnect followed by vercel git connect to re-establish the link. If you encounter a “Deployment Blocked” error after reconnecting, ensure your local Git email matches your provider account using git config --global user.email.


