프로그래밍/기타
git push 실패시..
암초보
2014. 6. 16. 15:26
error: unpack failed: unpack-objects abnormal exit
To fgit.git
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'fgit.git'
이럴경우..
git objects 폴더 내에 권한이 꼬인(?) 문제이므로 아래와 같이 권한을 정상적으로 돌려주면 된다.
chown -R 계정 ./objects