The first deploy was successful. After making some changes and pushing them, the build failed in the Initializing step with the error below:
3:54:20 PM: Failed during stage "preparing repo": For more information, visit https://docs.netlify.com/configure-builds/troubleshooting-tips/#build-fails-with-error-128: fatal: "group-name/repo-name" does not appear to be a git repository
fatal: Could not read from remote repository.
Checking the build settings, the git repo has changed without any interaction from me.
Initial repo: ssh://git@mygitlab.com:2222/group-name/repo-name.git
Current repo: group-name/repo-name
Since I’m on the starter plan, I can’t change the repo back to the correct one. Any help would be appreciated. Thanks!
So was this a bug, is this issue going to happen with other sites?
Since that is a private repo in a private gitlab instance, I would not like to share it in a public forum. You can see the correct repo in the logs of the first deployment. If you can’t access the logs, please let me know how I can share the repo privately.
Also the repo that you changed should start with ssh://git@. Apologies for not informing you that the repo in the logs is not correct and it is missing the git@ part.