0


vscode中无法使用git解决方案

1 首先查看git安装目录

where git

02b5bf4a6e4e49af9071875267d88ba7.png

2 找到bash.exe 的路径

比如:C:/Users/Wangzd/AppData/Local/Programs/Git/bin/bash

3 找到vscode的配置项setting.json

4 添加 "terminal.integrated.shell.windowns": "C:/Users/Wangzd/AppData/Local/Programs/Git/bin/bash"

a2f38a089061446f935b22891b7e8236.png

标签: git vscode

本文转载自: https://blog.csdn.net/weixin_43340372/article/details/130193369
版权归原作者 好喝的西北风 所有, 如有侵权,请联系我们删除。

“vscode中无法使用git解决方案”的评论:

还没有评论