私はGitorious
(Ubuntu 12.04のRuby + rails)で作業しています。
最近WEBでログインできなくなったので、rakeコマンドでキャッシュをクリアしました。申し訳ありませんが、どのコマンドか覚えていません。
その後、ローカルからリモートのリポジトリにプッシュできなくなりました。すべてのリポジトリが機能しないようです。
エラーは次のようになります:
root@gitclient:~/test# git clone git@gitserver:foo/foo_web.git
Cloning into 'foo_web'...
== Gitorious: ==========================================================
Access denied or wrong repository path
========================================================================
gitorious の Web アプリは正常に動作しており、gitserver にはリポジトリのソース コードがまだ残っています。
リポジトリのインデックスに何かが起こったと思います。
誰かがそれをデバッグまたは修正する方法を教えてもらえますか?
更新しました:
公開鍵による SSH アクセスが機能する
root@gitclient:~# ssh git@gitserver
PTY allocation request failed on channel 0
Welcome, userfoo. Use git to push/pull your repositories
Connection to gitserver closed.
root@gitclient:~#
FILE SYSTEM からのサーバー側の git clone が機能する
root@gitserver:~/test# git clone file://localhost//repositories/foo/bar_src.git
Cloning into 'bar_src'...