github - git添加文件到仓库总是报错?
phpcn_u1582
phpcn_u1582 2017-05-02 09:47:22
0
3
665

我使用git提交一个文件夹到仓库,但如图所见,即使在git commit后,依然会提示未提交,请教各位这是为什么呢,该如何解决呢?

phpcn_u1582
phpcn_u1582

Antworte allen(3)
仅有的幸福

应该是你这个提交的文件所在的目录被ignore了,所以commit没用,查看一下.gitignore文件,如果有删了重新add

某草草

git commit -am "baidu_ife"

phpcn_u1582

直接这样吧,不过平时不建议经常使用--all选项

git add --all
git commit -m "备注"
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage