摘要:
1.打开Vscode 右下角的设置 2.打开设置 3.在搜索栏里搜索shell 4.往下拉,可以找到Terminal>integrated>Shell:Windows 找到自己安装git的目录,找到里面bin目录下的bash.exe 复制这个路径到下面 关闭,重启即可! 阅读全文
摘要:
Please commit your changes or stash them before you switch branches. 翻译:在切换分支之前, 请提交更改或将其存储在一起。 原来的分支没有提交,或者和当前最新的代码不一致 解决方法: 1.git stash 2.git pull 3 阅读全文