-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
checkout@v1 breaking change - overwrites ~/.gitconfig #60
Comments
All my builds are broken because of private submodules.
|
Using previous commit hash will work in the interim.
|
@rectalogic, @tuler ,
We are working on this as well! |
It's working! |
Thanks for reporting this, @rectalogic and @tuler. And thanks for the prompt fix, @thboop! |
As per issue #14, the standard way to make private submodules work with checkout is to use insteadOf to rewrite git@ urls to https:// and to use a private access token, e.g.:
As of a few days ago, checkout@v1 now seems to overwrite ~/.gitconfig and this no longer works.
It appears this PR made the change #56
How should we make private submodules work with the non-backward compatible checkout@v1?
Also where is the source code to the checkout plugin, it would be useful for debugging breaking changes like this.
The text was updated successfully, but these errors were encountered: