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
我一直收到这个错误,我该怎么办呢?
答案 0 :(得分:0)
请确认以下事项:
poll = Poll.query.filter(and_(Poll.id == poll.id, Poll.answers.any(is_deleted == False)).first()
git remote -v
如果仍有错误,您可以将远程仓库克隆到不同的文件夹中,这是最简单的方法。