git stash pop stash@{index}在vscode中报错

57 阅读1分钟

在vscode执行git stash pop stash@{index}这条命令的时候失败了,提示是这样的

image.png 大概意思是找不到索引 解决方法: 直接在git bash中执行命令

image.png 就解决啦