git push するたびにこのエラーが発生します。この作業ディレクトリのみ。私が言えることから、同じ権限を持っている別の同様のものではありません。
$ git push
Counting objects: 15, done.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (8/8), 683 bytes, done.
Total 8 (delta 5), reused 0 (delta 0)
remote: Sending mail...
To git@devel.site.com:mysite.git
dd36358..86bc572 redesign -> redesign
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@devel.site.com:mysite.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
これは権限の問題ですか? git pull は正常に動作しているようで、 git push も成功しているようですが、それでもエラーが発生します。
何か案は?