sh.exe.stackdump when use git stash

后端 未结 2 1923
野的像风
野的像风 2020-11-30 12:38

I\'m new with Git and have a problem with \"stash\" commands.

When i write commands like \"git stash\", \"git stash list\", \"git stash apply\", \"git drop\", ... ,

2条回答
  •  误落风尘
    2020-11-30 12:56

    I was experiencing this problem for months, I tried numerous Internet solutions (PATH fix, reinstall), today I finally managed to solve: The problem was a conflict with Comodo Internet Security (Comodo Firewall in my case), when I removed it, the error disappeared immediately.

    I found the solution here: https://github.com/desktop/desktop/issues/4556

    And here how to preserve the Comodo: https://help.comodo.com/topic-72-1-766-11485-Miscellaneous-Settings.html#shellcode_injection&_ga=2.241892802.1773408369.1525225022-41239862.1525101797

提交回复
热议问题