Git:fetch->;无法创建目录

Git:fetch->;无法创建目录,git,Git,当我这样做时: git-fetch-origin重构/ABV/some\u分支 我得到以下错误: * branch refactoring/ABV/some_branch -> FETCH_HEAD error: Cannot update the ref 'refs/remotes/origin/refactoring/ABV/some_branch': unable to create directory for .git/logs/refs/remotes/o

当我这样做时:

git-fetch-origin重构/ABV/some\u分支

我得到以下错误:

 * branch            refactoring/ABV/some_branch -> FETCH_HEAD
error: Cannot update the ref 'refs/remotes/origin/refactoring/ABV/some_branch': unable to create directory for .git/logs/refs/remotes/origin/refactoring/ABV/some_branch: No error
! [new branch]      refactoring/ABV/some_branch -> origin/refactoring/ABV/some_branch  (unable to update local ref)
请注意,在执行此命令之后,将创建目录ABV,但该目录为空。
我的一些同事对我们要获取的远程分支也有相同的问题。

这是由于有权限的原因吗?您检查了吗?您是否修复了它?是由于有权限的原因吗?您检查了吗?您是否修复了它?