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

nx run core-types:version --push=true --baseBranch=feature/SAD : failed Error: fatal: Unable to create '/bp2/src/.git/index.lock': File exists. #756

Open
sunglam opened this issue Dec 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sunglam
Copy link

sunglam commented Dec 6, 2023

nx run core-types:version --push=true --baseBranch=feature/SAD --commitMessageFormat=fix: release {projectName} version {version}
❌ Error: fatal: Unable to create '/bp2/src/.git/index.lock': File exists.

The above command always fails. No git process is running and I am removing "index.lock" before this.

"@jscutlery/semver": "^4.1.0",
"nx": "15.8.9",

@edbzn
Copy link
Member

edbzn commented Dec 8, 2023

@sunglam Are you running another command like affected or run-many? Parallelization of the command could be the cause of this issue.

@edbzn edbzn added the bug Something isn't working label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants