Windows系统搭建GitServer--Bonobo Git Server
比如使用Windows底下的git的BASH窗口打命令:gitclonehttp://localhost/mygit/test.git这里的test是仓库名称。克隆服务器的仓库到本地以后,默认是在当前Windows用户目录下,创建了一个文件夹叫做test。然后切换到另外一个windows用户,将上述仓库克隆下来,修改里面的文件,然后执行:gitaddtest.txtgitcommitgitpushhttp://localhost/mygit/test.git成功。然后再切换回原来的Windows用户,用g