git 将branch重命名之后HEAD不匹配的问题 hxy0601 2025-01-07 62 阅读1分钟 “The upstream branch of your current branch does not match the name of your current branch” 解决方案: 将upstream先unset git branch --unset-upstream 重新 git push --set-upstream origin [branchname]