執行vue init webpack my-first-project后出現下面提示怎樣解決? 'git' is not recognized as an internal or external command, operable program or batch file.
執行vue init webpack my-first-project后出現下面提示怎樣解決? 'git' is not recognized as an internal or external command, operable program or batch file.
2020-10-13
我也是在新建vue腳手架時遇到一樣的問題,確定已經安裝過git了,引起的原因是安裝nodejs時缺少配置環境變量,具體操作參照:https://lebang2020.cn/details/201012s5fq4e15.html
2018-05-18
用系統自帶的命令行,不要用git的命令行
2018-04-11
系統環境里沒有安裝git命令。