Git Command Not Functioning Properly
Resolved 💬 2 comments Opened Feb 28, 2025 by centexmsp Closed May 6, 2025
Bug Description
git not working
Environment Info
- Platform: linux
- Terminal: gnome-terminal
- Version: 0.2.27
- Feedback ID: 11bbd722-e3ec-447e-be46-8530eef6621e
Bug report summary:
Git tracking issue when attempting to commit changes:
- Files are visible in the filesystem and appear properly created
- git ls-files shows these files are actually tracked in Git already
- However, attempting to add/commit these files fails with Git not acknowledging them
- git status doesn't show these files as modified or staged
- Even forcing with git add -f has no effect
This suggests the files are already in Git but in an unusual state - possibly already committed in a previous transaction, or affected by a
Git feature like assume-unchanged or sparse-checkout.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗