Replies: 2 comments 1 reply
-
|
You just need to press s on the untracked files. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Happens also if git just errors. It my case it was a leftover index lock. Worth checking manually: $ git add FILE
fatal: Unable to create '/home/user/path/to/repo/.git/index.lock': File exists. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the past whenever I tried to stage all untracked files I would get a popup message of an error. something to do with the paths being wrong.
After an update, now it just wont even respond to my attempts, and if I select multiple files with
Vit doesn't respond to an attempt to stage them.wondering if it's because I'm on windows 10, in powershell and or using Neovide.
Beta Was this translation helpful? Give feedback.
All reactions