当前位置: 首页 > 工具软件 > node-github > 使用案例 >

github 删除上传后的node_modules文件

师博
2023-12-01

操作下面3步即可

git rm -r --cached node_modules
git commit -m 'delete node_modules file'
git push origin master
 类似资料: