git stash apply stash@{1}
在PowerShell上无法正常识别,需要返单引号进行转译,即git stash apply stash@`{1`}
git stash apply stash@`{1`}