摘要:
一,nacos所在的mysql数据库需要设置允许Nacos集群电脑的ip远程连接 grant all privileges on *.* to root@192.168.1.4 identified by 'root' with grant option; flush privileges; gra 阅读全文
摘要:
网上资料大多是"reset current branch to here"之后,选hard模式,然后强制push的方式。虽然能将本地及远程仓库都恢复到某次提交,但是不会产生commit记录,导致在该分支共同开发的其他人下次提交时,会把你已经回退的代码再次提交上去,你的回退失败了。 后来,按照这篇文章 阅读全文