摘要:
问题 由于有人rebase了分支,或者不知道怎么搞的。其他人拉取代码的时候,发现拉不下来。 解决方案 尝试clean本地git man git gc(1): git gc Cleanup unnecessary files and optimize the local repository git 阅读全文
摘要:
springboot 2.0需要gradle 1+, 而自动构建的都是3.+,手动升级如下 Upgrade with the Gradle Wrapper If your existing Gradle based build uses the Gradle Wrapper, you can eas 阅读全文