world_alive2019年6月28日2025年9月16日Linux Git服务器搭建Git服务器搭建 1. 环境部署 系统环境:服务器端:CentOS 6.5 ,ip:192.168.56.10 继续阅读
world_alive2016年11月17日2025年7月8日Linux 禁止 web页面访问 .git 文件夹Nginx location ^~ /.git { return 404; } Apache 2.2 < 继续阅读