There are changes in the indexed file. Decided to hide typing changes

git stash 

Result:

 fatal: 'stash' appears to be a git command, but we were not able to execute it. Maybe git-stash is broken? 

How to fix?

  • What if you just roll the git again? Maybe git-stash is really broken in any way. - Monk
  • Here is this script: github.com/git/git/blob/master/git-stash.sh . in your installation, the git program cannot start it for some reason (absence, file corruption, incorrect attributes, etc., etc.) - aleksandr barakin
  • @Monk - Git re - started - did not help - EmptyMan

0