-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Cannot update submodules in private repos requiring token #635
Comments
Do you know how you would pass the token through if you were using command line If you need to pass a custom header, use the per-command-configuration plugin:
|
I use
Sounds good, I can try this, thanks. |
If your submodules have been added with an To help finding issues with authorisation in the sub-module, you may want to enable git tracing |
Unfortunately this does not work, because Github has deprecated this type of authentication and it just raises error 400 for our repos (private github.com repo in private org). |
I'll add a note about the |
Seems like there is no option to pass token in order to update submodules in the private repository.... How could I pass a token?
For initial repo one could modify repo URL and add token there, but for submodules it doesn't seem to work...
The text was updated successfully, but these errors were encountered: