ワークステーションからサーバーにコンテンツをプッシュしようとしています。しかし、それは私にエラーを与えます。コマンドとエラーについては、次を参照してください。
Administrator@ganesh ~/testing
$ git push origin master
Counting objects: 3, done.
Writing objects: 100% (3/3), 241 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: ENV GL_RC not set
remote: BEGIN failed--compilation aborted at hooks/update line 20.
remote: error: hook declined to update refs/heads/master
To git@ganesh:repositories/testing
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'git@ganesh:repositories/testing'
環境変数を設定する必要があるようですGL_RC
。そうですか?
ここにいる誰かが、何が問題なのか、どうすれば解決できるのか教えてもらえますか? Windows Server 2003 で gitolite を使用しています。