如何修复refs head错误?

时间:2016-12-05 18:05:29

标签: git github version-control repo

git fetch github + refs / heads / n:refs / remotes / github / n 致命的:无法找到远程ref refs / heads / n :git fetch github + refs / heads / n-caf:refs / remotes / github / n-caf 致命:不是git存储库:' /home/movingshadowninja/DU/.repo/projects/kernel/oneplus/msm8994.git'

:export GIT_DIR = / home / movingshadowninja / DU / .repo / projects / device / oppo / common.git

我一直收到这个错误,我该怎么办呢?

1 个答案:

答案 0 :(得分:0)

请确认以下事项:

  1. 通过poll = Poll.query.filter(and_(Poll.id == poll.id, Poll.answers.any(is_deleted == False)).first()
  2. 检查远程仓库的短名称是github
  3. 检查 .git 文件夹中的 config 文件,确保git remote -v
  4. 如果仍有错误,您可以将远程仓库克隆到不同的文件夹中,这是最简单的方法。