GitFTP 通过匿名 FTP 浏览 Git 仓库。 原项目:begriffs/gitftp · 本 Fork 增加了 Windows 10 原生支持 Usage gitftp /path/to/repo 默认端口 8021 How to build 1. 安装 libgit2 pacman -S mingw-w64-x86_64-libgit2 2. 编译 make CC=gcc 3. 运行 ./gitftp.exe .