-
Notifications
You must be signed in to change notification settings - Fork 121
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
Git Proxy does not support GitLab repos #511
Comments
Happy to pick this one up while waiting for #414 to be approved license-wise |
@abinash2512 - awesome, fire away! 🔥 |
@JamieSlome @abinash2512 - I believe, we lose the git server domain name with |
Hi @abinash2512 , how are you doing with this issue? Do you need help? I’m happy to chip in 🚀🚀🚀 |
Hi @abinash2512 @JamieSlome , I've spent some time with this issue. Perhaps this is a bit more complex than a good-first-issue. Can you take a look at the PR I made, and give me any feedback or comments? |
Removing |
Describe the bug
Failed to do git push with a GitLab repo.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
git push is successful (with GitLab repo)
Screenshots
n/a
Desktop (please complete the following information):
Additional context
src/proxy/actions/Action.js: 56
this.url =
https://github.com/${repo}
;this might be the cause of the issue: GitHub is hardcoded baseURL into the action
The text was updated successfully, but these errors were encountered: