我完全搞乱了我的 git 存储库。我无法推/拉远程分支..它从 git 扩展中消失了......
我使用 Git Extensions 2.33 , msysgit Git-1.7.11-preview20120710.exe
C:\Program Files (x86)\Git\bin\git.exe pull --progress "biometric" +refs/heads/try_merge:refs/remotes/biometric/try_merge
error: unable to resolve reference refs/remotes/biometric/try_merge: No such file or directory
From biometric.bmstu.ru:test
! [new branch] try_merge -> biometric/try_merge (unable to update local ref)
Done
$git fsck output
error: bad ref for refs/remotes/biometric/try_merge
当我尝试将某些内容推送到远程 git 时,我认为它是远程存储库的全新分支。我怎样才能恢复它?
抱歉英语不好。谢谢你的帮助。