can't start git:usr/bin/git
webstorm提示can't start git:usr/bin/git probably the path to git executable is not valid这种情况可能出现在系统更新之后出现这个问题是因为该目录下git无法执行,下面说一下解决办法1.在终端界面输入 sudo2.user/bin/git3.提示invalid active develope
webstorm提示
can't start git:usr/bin/git
probably the path to git executable is not valid
这种情况可能出现在系统更新之后
出现这个问题是因为该目录下git无法执行,下面说一下解决办法
一.在终端界面输入 sudo
二.user/bin/git
三.
1)提示invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
2)输入 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
3)输入电脑密码--------game over
git默认路径是在user/bin/git,如果终端输入user/bin/git没有反应说明路径不正确输入which git 查询git路径
在webstorm中设置git路径即可
再打开webstorm 提示消失
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)