很明显是代码托管不规范导致的
git pull origin master --allow-unrelated-histories
先把分支强行合并后拉取下来(如果是重要分支最好是备份一下,假如后面出问题可以减免排查时间)
后面再push的时候要沟通好,按照规范来
Git拉取代码报:ssh_dispatch_run_fatal: Connection to *** port 22: message authentication code incorrect
2023-12-26 16:58:57
很明显是代码托管不规范导致的
git pull origin master --allow-unrelated-histories
先把分支强行合并后拉取下来(如果是重要分支最好是备份一下,假如后面出问题可以减免排查时间)
后面再push的时候要沟通好,按照规范来
Git拉取代码报:ssh_dispatch_run_fatal: Connection to *** port 22: message authentication code incorrect