-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
npx changesets-gitlab - git fetch origin main - unable to access URL using bad/illegal format or missing URL #116
Comments
Do you have a custom |
Yes, Im using this variables:
Could be a change in the configuration? The Gitlab version is GitLab Community Edition 15.11.2 |
I have no idea with this, maybe you'll need to use patch-package to debug. |
Hello there! I'm encoutering the exact same issue, and can't find a clue even using patch-package to debug. It looks like the trailing
I'm not a Git specialist enough to understand if that's normal the remote is |
@Arnoid31 Does |
Hello @JounQin, and thank you for your reactivity :)
and everything was going well. |
@Arnoid31 Are you using different changesets-gitlab versions in different repositories? If so then maybe some recent releases could be related. |
Installed version is 0.10.3. I also tried with v0.10.1 which is run by another (working) repository and no change. |
Are they running on same git version? |
You've got something here: working repo is running Git v2.20.1, not working is v2.39.2. Verified by using v2.20.1 on not working repo, and it works (but as a side effect I had to downgrade Node version from 20 to 16, so might also be related to Node version, but unlikely). |
OK so, from what I see, it looks like finally the error comes from Node version. It works with a |
@JounQin I contacted you at the email address on your GitHub profile ( |
Faced exactly the same issue with |
i have the same issue : https://gitlab.com/robin.louarn/monorepo-test/-/jobs/7603795314
|
fix my problem for me |
Running
npx changesets-gitlab
I'm having this error, and I couldn't find any info about what could be the reason.URL https://gitlab.company.com/project/path/name.git is correct and I could access by the browser.
Could you help us with any clue to look for a solution?
The text was updated successfully, but these errors were encountered: