通用管理后台推荐 (兮家 plus)
- 【兮家 plus】, 主要应用于中小型项目的快速开发,已经历历时3年的优化改进,具备完善的基础功能以及代码生成,并且拥有完善的分布式解决方案:如分布式缓存,分布式锁,分布式唯一编号
- 兮家 plus git 地址: /wslxm/xijia-plus
- 如果觉得本文有用,动动小手点赞或关注一下呗,将不定时持续更新更多的内容…,感谢大家的观看!
错误内容
$ git pull --rebase
error: cannot pull with rebase: Your index contains uncommitted changes.
error: please commit or stash them.
处理方法
git stash
git pull --rebase
git stash pop
或
git stash 后 在 idea 重新拉代码就好了