摘要:
在使用ngnix+Git搭建http访问Git的环境的时候出现404 not find error,究其原因是因为创建Git Repository的时候忘记执行git update-server-info 命令,导致使用http或者https访问Git Resository的时候找不到文件。解决方法如下:(1)进入Git Repository [root@GJZ git]# cd test.git/(2)执行 update-server-info 命令 [root@GJZ test.git]# git update-server-info详细点儿的解释请参阅:http://stackove.. 阅读全文
posted @ 2011-11-10 18:14
Jerry.Kwan
阅读(640)
评论(0)
推荐(0)

浙公网安备 33010602011771号