-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to handle private repositories ? #8
Comments
I had to just Also tried
or
I couldnt check if this is working because I was unable to change the entrypoint of the container. |
I guess HTTPS would work ok, but then again you'd have to save your credentials somewhere to make this automatic. |
You might have a look at: https://git-scm.com/docs/gitcredentials |
While not exactly a direct answer, if you have CI/CD setup on your GitLab instance you can setup a new project with the following .gitlab-ci.yml:
And in the Secret variables in the project: You can then just schedule the pipeline to run when you want it to mirror. |
I have a private repository I want on my private gitlab instance mirrored, how would I do this?
Currently I get permission error.
The text was updated successfully, but these errors were encountered: