Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
URLが提供されている場合、リモートgitリポジトリのバージョン履歴にアクセスするために使用できるJava APIはありますか? svnkit に相当するものを探しています。javagit を調べましたが、リモート アクセスのオプションがないようです。どんな助けでも素晴らしいでしょう!
git リポジトリは、設計上、常にローカルです。
したがって、 のようなものを使用できないか、gitwebネットワーク経由でその情報を配信できるものでない限り、これは不可能です。cgitssh
gitweb
cgit
ssh
リモートで git キー値オブジェクト ストアにアクセスできれば可能でしたが、git はまずオブジェクト ストア全体をコピーしてからローカルで確認することを好みます。