删除 github 相应仓库下的文件(不删除仓库)
git clone https://github.com/LxKxC/LxKxC.github.io.git #将仓库克隆 到本地进入到本地仓库文件夹 将想要删除的文件删除
右键
git bash heregit add .git commit -m "say some thing "双引号中内容按照自己需求填写git push -u origin master
git clone https://github.com/LxKxC/LxKxC.github.io.git # 将仓库克隆 到本地
进入到本地仓库文件夹 将想要删除的文件删除
右键 git bash here
git add .
git commit -m "say some thing " 双引号中内容按照自己需求填写
git push -u origin master