https://github.com/encoredev/git-remote-grpc
Clone git repositories over gRPC
https://github.com/encoredev/git-remote-grpc
Last synced: about 1 month ago
JSON representation
Clone git repositories over gRPC
- Host: GitHub
- URL: https://github.com/encoredev/git-remote-grpc
- Owner: encoredev
- License: mit
- Created: 2020-05-11T08:23:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T08:29:28.000Z (about 5 years ago)
- Last Synced: 2025-04-30T21:05:56.934Z (about 1 month ago)
- Language: Go
- Size: 7.81 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-remote-grpc
This project provides sample code for building a git remote helper that
allows for cloning, fetching, and pushing updates to remote git repositories
over gRPC.This can be really useful for leveraging existing gRPC infrastructure,
such as TLS authentication support, to avoid having to build a separate
Public Key Infrastructure for authenticating with SSH keys.To learn more, read the associated [blog post](http://encore.dev/blog/git-clone-grpc)
on the Encore Engineering Blog.