wordpress   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了windows – 使用git stash时的sh.exe.stackdump大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

我是 Git的新手,并且遇到了“隐藏”命令的问题. 当我写“git stash”,“git stash list”,“git stash apply”,“git drop”,…等命令时,我总是得到一个名为“sh.exe.stackdump”的文件: Exception: STATUS_STACK_OVERFLOW at rip=7FFFE2A29F97 rax=0000000000001250 r
我是 Git的新手,并且遇到了“隐藏”命令的问题.

当我写“git stash”,“git stash list”,“git stash apply”,“git drop”,…等命令时,我总是得到一个名为“sh.exe.stackdump”的文件

Exception: STATUS_STACK_OVERFLOW at rip=7FFFE2A29F97
rax=0000000000001250 rbx=00000000FFFFADF0 rcx=0000000000000000
rdx=0000000180010018 rsi=0000000180271780 rdi=000000018021C490
r8 =00000000000C2790 r9 =0000000180271780 r10=00000000FFFF9000
r11=00000000FFE03190 r12=00000000FFFFACD0 r13=000000018021C490
r14=00000000FFFFAC70 r15=00000000FFFFADF8
rbp=0000000000000420 rsp=00000000FFFFAAD8
program=C:\Program Files\Git\usr\bin\sh.exe,pid 7748,thread unkNown (0x3144)
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B

要么

Exception: STATUS_STACK_OVERFLOW at rip=7FFFE2A29F97
rax=0000000000001250 rbx=00000000FFFFACD0 rcx=0000000000000000
rdx=0000000180010018 rsi=0000000180271780 rdi=000000018021C490
r8 =00000000006A2790 r9 =0000000180271780 r10=00000000FFFF9000
r11=00000000FFE03490 r12=00000000FFFFABB0 r13=000000018021C490
r14=00000000FFFFAB50 r15=00000000FFFFACD8
rbp=0000000000000420 rsp=00000000FFFFA9B8
program=C:\Program Files\Git\usr\bin\sh.exe,pid 11624,thread unkNown (0x13B8)
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B

命令工作正常,但每次使用“stash”时删除它都很烦人.

当我尝试命名存储时,我收到此错误

CAnnot save the current index state

该怎么办
我正在使用Windows 10,git版本2.15.0.windows.1和Windows命令提示

解决方法

几个月我遇到了这个问题,我尝试了很多互联网解决方案(PATH修复,重新安装),今天我终于设法解决:问题是与Comodo Internet Security(在我的情况下是Comodo防火墙)发生冲突,当我删除它时,错误立刻消失了.

在这里找到了解决方案:
https://github.com/desktop/desktop/issues/4556

在这里如何保护Comodo:
https://help.comodo.com/topic-72-1-766-11485-Miscellaneous-Settings.html#shellcode_injection&_ga=2.241892802.1773408369.1525225022-41239862.1525101797

大佬总结

以上是大佬教程为你收集整理的windows – 使用git stash时的sh.exe.stackdump全部内容,希望文章能够帮你解决windows – 使用git stash时的sh.exe.stackdump所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。