我一直无法找到在 Windows 上运行的本地服务器/PC 上设置 git 或 svn 存储库的分步教程!它应该为多个用户提供提交源代码和内容的访问权限。我是 svn 或 git 等概念的新手,非常感谢包含基础知识的教程。是否有其他可以在本地 Windows 服务器上设置的 git 或 svn 替代品?
提前致谢!
试试 Visual SVN,因为它很容易设置和管理。它带有最新版本的捆绑 SVN 服务器和用于管理用户和存储库的漂亮 UI。免费用于商业项目开发。
我找到了非常好的安装和配置 Visual SVN 的快速指南。几乎每个步骤都用屏幕截图说明。
Set up Apache to serve your webpages and put your bare git repository in the DocumentRoot, e.g. one created with git init --bare
. If you need further assistance, do leave a comment.