赞
踩
出错原因:没有将 node_modules 添加到 .gitignore
背景:远程仓库主分支不写代码,没有 node_modules ;子分支要写代码,所以有 node_modules 。在切换的时候 node_modules 没有忽略,所以切换到主分支的时候会告诉我忽然丢失了大量的 node_modules 。
总结:① 拉取代码规范:首先 git commit / git stash
② 保证本地代码库干净以后
③ 最后 git pull 拉取远程代码
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。