Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
GitHub中的分离头_Github_Git Detached Head - Fatal编程技术网

GitHub中的分离头

GitHub中的分离头,github,git-detached-head,Github,Git Detached Head,有人能帮我吗?我试图同步到GitHub项目的一个分支,但它告诉我我有一个分离的头部。我怎么修理它 以下是一个屏幕截图: 非常感谢 您似乎不再在分支上 尝试: 这会让你回到你想去的地方 或者你可以结帐你以为你在的分行 git checkout myBranchThatIThoughtIWasOn git checkout myBranchThatIThoughtIWasOn

有人能帮我吗?我试图同步到GitHub项目的一个分支,但它告诉我我有一个分离的头部。我怎么修理它

以下是一个屏幕截图:


非常感谢

您似乎不再在分支上

尝试:

这会让你回到你想去的地方

或者你可以结帐你以为你在的分行

git checkout myBranchThatIThoughtIWasOn
git checkout myBranchThatIThoughtIWasOn