# git-http-server-php **Repository Path**: epii/git-http-server-php ## Basic Information - **Project Name**: git-http-server-php - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-14 - **Last Updated**: 2021-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git-http-server 本项目是从互联网上一个项目clone过来的,修改了不少,完全实现了搭建自己的微git http server 已经完全支持linux mac 和 window 支持http验证 # usage: 直接通过web方式访问就行,无需任何特殊设置 最简单的可以用php本身服务做测试 ``` php -S 0.0.0.0:8877 index.php ``` 仓库地址为 ``` http://127.0.0.1:8877/?git=a/b.git ```