• 周一. 6月 5th, 2023

5G编程聚合网

5G时代下一个聚合的编程学习网

热门标签

git 报错

admin

11月 28, 2021

不要将项目中的编译中间文件提交到git上,否则下次客户端用git pull会报类似于这样的错误:

error: Untracked working tree file ‘public/images/icon.gif’ would be overwritten by merge.

git reset --hard HEAD    
git clean -f -d    
git pull  

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注