-
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
Problem with enabled 2FA on local GitLab instance #20
Comments
Have you tried using SSH instead of HTTP to push to your instance? |
Our local git instance does not allow SSH. |
Currently to only way to push to HTTPS is to include the credentials in the URL:
I haven't tried this tough. Let me know if this works. |
This does not work, since this is only used for fetching the repositories inside the group. As far as I can see the URL for pushing is fetched via the GitLab API. For now I will add |
If you get it working it would be nice if you could write a quick howto that can be included in the README. |
Hi @bachp , there are two things I had to do
So as far as I can see to make
With this Information it should be possible to make everything working even if 2FA with http only access. Markus |
I need to give it some more tought how this could be improved. One idea would be to set |
Hi there,
I've problems with (I guess) 2FA enabled accounts. The following error message occures while trying to push:
Maybe the reason is the slightly different username/password handling with enabled 2FA?
I'm using the docker image.
The text was updated successfully, but these errors were encountered: