避免后续误把node_modules提交到git仓库。 2、按顺序执行以下命令: git rm -r --cached node_modules git commit -m '移除node_modules文件夹' ...
確定! 回上一頁