DevOPS

git ingore添加忽略文件无较的解决方法

宋兴柱 · 12月11日 · 2017年 · 886次已读

一、启动Git Bash并切换到项目目录下

二、执行下列语句:

git rm -r --cached .
git add .
git commit -m 'update .gitignore'

 

三、OK。

 

0 条回应