git stash pop stash@{index}在vscode中报错 XU715 2024-11-21 57 阅读1分钟 在vscode执行git stash pop stash@{index}这条命令的时候失败了,提示是这样的 大概意思是找不到索引 解决方法: 直接在git bash中执行命令 就解决啦