WindowsServer2003のgit/gitoliteで問題が発生しています(ただし、OSが問題の原因ではないと思われます)。
私がこれを行う場合:
git clone git@server:test.git
クローンを作成できません:
Cloning into test...
git@server's password:
fatal: 'test.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
私がこれを行う場合:
git clone git@server:repositories/test.git
クローンを作成することはできますが、コミットすることはできません。
git@server's password:
Counting objects: 3, done.
Writing objects: 100% (3/3), 229 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@dev.relocationmoverservices.com:repositories/test.git
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'git@server:repositories/test.git'
.gitolite.rcの$REPO_BASEを見ると、次のように表示されます。
# ------------------------------------------------------------------------------
# variables that should NOT be changed after the install step completes
# ------------------------------------------------------------------------------
$REPO_BASE="repositories";
誰かがここで何をすべきか教えてもらえますか?gitoliteを再インストールしますか?変数を変更しますか?これが問題の原因ではありませんか?