Hatena::ブログ(Diary)

mkouhei’s diary このページをアンテナに追加 RSSフィード

2009-05-09

failed git push.

How should I do?

$ git push origin master
Enter passphrase for key '/home/user/.ssh/id_rsa': 
Counting objects: 27, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (24/24), done.
error: unable to create temporary sha1 filename ./objects/9d: File exists

fatal: failed to write object
Writing objects: 100% (24/24), 351.80 KiB, done.
Total 24 (delta 3), reused 0 (delta 0)
error: unpack failed: unpacker exited with error code
To ssh://user@hoge.com/git/hoge.git
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'ssh://user@hoge.com/git/hoge.git'

emkouheiemkouhei 2009/05/09 23:44 ./objects is group allow write permission. But my account is not belong the group. When my account added the group, this problem may solve perhaps.

emkouheiemkouhei 2009/05/10 15:53 It was possible to solve it by the above-mentioned.

はてなユーザーのみコメントできます。はてなへログインもしくは新規登録をおこなってください。

トラックバック - http://d.hatena.ne.jp/emkouhei/20090509/1241875213