
mojombo/egitd: The Erlang git-daemon - GitHub
egitd by Tom Preston-Werner <[email protected]> egitd is an Erlang git-daemon implementation that provides a more flexible, scalable, and loggable way to serve public git repositories. …
开源项目egitd常见问题解决方案 - CSDN博客
2025年1月19日 · egitd是一个使用Erlang语言编写的git-daemon实现。 它为托管公开Git仓库提供了一种更加灵活、可扩展和可记录的方法。 该项目曾在github.com上短暂投入生产使用,但由于 …
开源项目推荐:Egitd,用Erlang重塑Git服务新体验 - CSDN博客
2024年8月30日 · Egitd,由GitHub的联合创始人Tom Preston-Werner匠心打造,是一个基于Erlang实现的Git守护进程。 它旨在提供一种更为灵活、可扩展且易于日志记录的方式,服务 …
Supercharged git-daemon - The GitHub Blog
2008年7月14日 · The project is called egitd and is a replacement for the stock git-daemon that ships with git. If you’re not familiar, git-daemon is what has, until today, served all anonymous …
Erlang Git-Daemon 使用指南 - CSDN博客
2024年9月1日 · Egitd 是一个由 Tom Preston-Werner 开发的基于 Erlang 的 git-daemon 实现。 该工具旨在提供一种更灵活、可扩展且易于记录的方式来服务公共 Git 仓库。 曾经在 GitHub 上 …
Issues · mojombo/egitd - GitHub
The Erlang git-daemon. Contribute to mojombo/egitd development by creating an account on GitHub.
Optimizing egitd (Erlang GIT Daemon): from 1800 lines ... - Reddit
2011年2月16日 · Optimizing egitd (Erlang GIT Daemon): from 1800 lines timeouting to 300 lines and git-daemon's performances in 4 hours. I was interested to hear about this, but as a …
Optimizing egitd : r/erlang - Reddit
2011年2月12日 · 9.5K subscribers in the erlang community. /r/Erlang is focused around the erlang programming language and its BEAM runtime. Other BEAM runtime…
egitd/docs/protocol.txt at master · mojombo/egitd - GitHub
The Erlang git-daemon. Contribute to mojombo/egitd development by creating an account on GitHub.
egitd 开源项目教程 - CSDN博客
2024年9月1日 · 项目的启动文件位于 bin/ 目录下,名为 egitd。启动文件的使用方法如下: $ bin/egitd -c <path to conf file> -l <path to log file> -c: 指定配置文件的路径。-l: 指定日志文件的 …