Git Copssh 不再免费,有哪些替代方案,以及如何在 Windows 上设置本地 Git 服务器
我想在 Windows 上安装本地 GIT 服务器,所以我去了 tortoise GIt 但 Copssh 的安装指南链接不再有效,Copssh 已将其变成商业的,
所以我实际上是初学者,而且我只使用过 Git作为一段时间的客户端,我想在本地网络中的另一台计算机上有一个本地存储库,操作系统是 Windows 7。
在写这个问题的过程中,我做了一个小技巧,我去了这个问题 并查看了最新的答案,发现这个名为 http://gitstack.com/ 的 git 服务器,它看起来很整洁,但是我还不知道它是否还需要 copssh 或者什么,
I wanted to install a local GIT server on windows so I went to tortoise GIt but the installation guide link to Copssh is no longer valid, The Copssh has turned it into commercial,
So I'm actually beginner, and I have only been using Git as a client for a while, and I wanted to have a local repository on another computer in a local network, the OS is Windows 7.
during the writing of this question, I've done a small trick I went to this question
and looked over the latest answer and found this git server called http://gitstack.com/, It looks neat but I don't know yet if it will also require copssh or what,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
免责声明:我是 gitstack 创始人。
GitStack 开箱即用,不需要 copssh (或任何其他东西)。 GitStack 身份验证已使用 apache 实现,因此简单的用户名/密码即可工作(无需生成 ssh 密钥)。
您将能够使用常规 git 客户端连接到 git 服务器。
Disclamer : I am the gitstack founder.
GitStack works out of the box and does not require copssh (or any other stuff). GitStack authentication has been implemented using apache so a simple username/password will work (no need to generate a ssh key).
You will be able to use your regular git client to connect to your git server.