摘要: 已经在git忽略文件中写了目录信息,可是还是会产生git status 记录 原因: 本地git缓存造成 git rm -r --cached . # 清除缓存命令 git add . git commit -m 'update .gitignore' git push -u origin mast 阅读全文
posted @ 2024-02-29 16:07 刘星Stars 阅读(58) 评论(0) 推荐(0) 编辑