标签:-- ted com 版本 增加 nbsp cache git git add
增加 .gitignore 文件,里面添加需要忽略的文件(file_not_wanted);
执行命令 git rm -r --cached . 注意,最后的点。不要省略。
最后重新将所有文件添加到追踪项。
git add -A
然后再 commit 即可。
最后重新将所有文件添加到追踪项。
git add -A
然后再 commit 即可。
标签:-- ted com 版本 增加 nbsp cache git git add
原文地址:https://www.cnblogs.com/yanglang/p/11802470.html