做git pull时权限被拒绝

时间:2014-06-10 02:46:55

标签: macos git

由于权限错误,我无法执行git pull:

alex$ sudo chown alex .git

alex$ ls -ald .git
drwxr-xr-x  17 alex  staff  578 Jun 10 10:40 .git

alex$ git pull origin
error: cannot open .git/FETCH_HEAD: Permission denied

alex$ ls -l .git/FETCH_HEAD
-r-xr--r--  1 alex  staff  322 Jun  8 11:35 .git/FETCH_HEAD

这是怎么回事?

P.S。 Git remote -v和ssh键都可以。

0 个答案:

没有答案