git错误You are not currently on a branch

马谦马谦马谦 git/github评论1,9822字数 171阅读0分34秒阅读模式

通过git resetgit checkout进行版本回退之后再次git pull抛出以下错误:

意思是当前的版本已经不在master分支了,解决的办法:

  1. git status查看所有变化的文件,把有改动的先删除。
  2. git checkout master回到主分支。
  3. git pull拉取最新代码。

 最后更新:2018-5-17
马谦马谦马谦
  • 本文由 马谦马谦马谦 发表于 2018年5月4日14:27:04
  • 转载请务必保留本文链接:https://www.dyxmq.cn/it/git/git-error-you-are-not-currently-on-a-branch.html
windows下git bash中文路径乱码 git/github

windows下git bash中文路径乱码

默认情况下,git bash中的中文路径是乱码的,例如创建一个名字为你好的文件,显示内容为: 如需解决这个问题,需要手动添加设置: git config --global core.quotepath...
git alias导致的权限错误 git/github

git alias导致的权限错误

习惯了svn的svn co,觉得git checkout不方便遂通过git的alias把checkout重命名为co。 这个操作以前一直都是相安无事,今天在一台新机器上运行时遇到以下问题: > ...
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
确定

拖动滑块以完成验证