GIT Commit errors

Hello all,
I am facing errors while GIT committing on my system. Following errors are displayed when I try commit and push:

FileNotFoundError: [WinError 2] The system cannot find the file specified.

Also, errors related to tasklist.exe are displayed.

What might be causing this error?
Kindly help me resolve the issue.
Thanks in advance!

Hi @Prajakta

This isn’t really a GitLab-specific issue, so you might prefer to ask on another forum like StackOverflow.

That said, it sounds like Git is telling you that some files don’t exist. When you do git add make sure that you use the correct path to the files you want to add to your staging area.