ベアリポジトリを作成してクローンしました。複製したリポジトリで、コミットを行いました。今、このコミットを、リモートとして定義されているクローン元のリポジトリにプッシュしようとしています:
git remote -v
origin: ssh://user@server.com/some/path/barerepo (fetch)
origin: ssh://user@server.com/some/path/barerepo (push)
しかし、次のエラーが発生します。
fatal: '/some/path/barerepo' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
何が問題なのですか?
編集: 問題は、ベアレポ フォルダー内の一部のファイルに実行権限がないことでした。この許可が必要なファイルは何ですか?