Skip to content
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

git config fails intermittently due to gitconfig lock #28

Open
markphillips100 opened this issue Sep 16, 2024 · 0 comments
Open

git config fails intermittently due to gitconfig lock #28

markphillips100 opened this issue Sep 16, 2024 · 0 comments

Comments

@markphillips100
Copy link

The script task that sets up gitconfig user and email properties fails occasionally due to parallel execution of the two git commands. The parallelism is due (I think) to a single & being used. If you use a double && then this should solve the problem.

The problem source code is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant