gabrielcsapo / gabrielcsapo/node-git-server

Serve bare git repo from a remote server?

オープン
#54 コメント 6 件 リアクション 2 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
262
フォーク
81
PR マージ指標
30日以内にマージされた PR はありません

説明

Hello, firstly - thanks for the amazing repo.

I understand that in your implementation (and stackdot's), you use `git-upload-pack` and `git-receive-pack` processes to allow the client and server to talk to each other (figure out what packets the other needs, etc.) To my knowledge, this git command accepts a local directory, but what if I host all my bare git repositories on a separate server, like an AWS S3 bucket? Could I stream a remote bare repo to these git commands, that then stream the necessary packets to the client? I don't want to host all my bare git repos on my heroku instance, since the storage is ephemeral and limited. Any guidance would be appreciated!

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。