I run command:
git add .
and get:
Killed: 9
It stops me running any git commands with a lock.
What is wrong with my git, I've tried rebooting, removing the directory and starting over with a new repo.
I was able to solve the same issue by adding things (that should not be in Git) to .gitignore
. In my specific case, there was a nested directory which had a Python virtualenv directory.
After adding venv/
to my .gitignore
and committing, I was finally able to commit the directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With