-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
Description
Describe the bug
Failed to do git push with a GitLab repo.
To Reproduce
Steps to reproduce the behavior:
- unzip gitlab-issue.tar.gz
- start git-proxy with the config file (proxy.config.json) from the .tar.gz file
- execute git-proxy-issue-repro.sh
- compare the *.run.log files with your run logs
- compare .data/db files with your data
Expected behavior
git push is successful (with GitLab repo)
Screenshots
n/a
Desktop (please complete the following information):
- OS: macOS 14.4.1 (23E224)
- Git: git version 2.39.3 (Apple Git-146)
- Browser n/a
- Version n/a
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
Reactions are currently unavailable