このステップの後:
$ git commit -a -m "Allow jdoe write access to free_monkey"
$ git push
このエラーで常に失敗しました:
fatal: exec hooks/post-update failed.
これは私のもの/home/git/repositories/gitosis-admin/hooks/post-update
です:
-rwxr-xr-x 1 git git 83 Mar 10 11:49 post-update
したがってgitosis.conf
、新しいリポジトリを追加するためにサーバーから手動で変更すると、リポジトリは正常に機能します。
私はそれを引き起こす可能性があるものをグーグルで調べました.gitosisを適切な方法で管理したい.
助けてください
よろしく、REV