Git-2.16.1.2-64-bit Error: cannot spawn git: Function not implemented

Git 2.16.1.Windows.2 Error: Cannot spawn Git: Function not implemented
Just delete it and replace it with a new version such as Git 2.15.0
Debugged for a long time is not good, really can not stand, re-download a version, the result is very smooth.
Git branch feature/test
Git branch -d feature/test git branch -d feature/test
Git status checks the current status
Git diff sees the changes
Git add. Add changes to the local cache
Git commit -m “update”
Git push origin feature/test pushes local branches to remote libraries
Git branch -a to see all branches
git reset –hard head
Git config –global credential. Helper store eliminates the need to enter the code
every time

Read More: