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.
同じサーバー上のユーザーがアクセスするローカルgitリポジトリを設定する方法はありますか?ssh公開/秘密キーを提供し、リポジトリにアクセスするために別のサーバーに接続する必要はありませんか?
Git は file:// URL を使用できます。2 番目のユーザーは、リポジトリを独自のディレクトリに複製する必要があり、元のディレクトリにコミットすることができます。
git clone file:///home/user1/repo