- 论坛徽章:
- 0
|
git push时报错:
$ git push
xxx@127.0.0.1's password:
Counting objects: 169, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (94/94), done.
error: insufficient permission for adding an object to repository database ./objects
fatal: failed to write object
error: pack-objects died of signal 13
error: pack-objects died with strange error
error: failed to push some refs to 'ssh://127.0.0.1/pub/git/t44_src'
但看了其他的配置,仍然是原来的,没有改变,如下:
$cat /etc/passwd
xxx :501:502::/home/liufeifei:/bin/bash
$ ls -l /pub/git/
drwxr-xr-x. 4 xxx gitgroup 4096 Mar 12 2010 t44_src.git
但奇怪的是,之前一直是好的,今天突然不能用了。
猜测是不是我又新增加了一个新的版本库,但会有影响吗? |
|