简体   繁体   English

适用于Windows 7的Git

[英]Git for Windows 7

My OS is: Windows 7 Ultimate and IDE is Netbeans. 我的操作系统是:Windows 7 Ultimate和IDE是Netbeans。 Want to work with 2-3 devs on PHP projects. 希望与2-3个PHP项目的开发人员合作。 After research I found that it's possible with GIT. 经过研究,我发现使用GIT可能。 Found this solution. 找到了这个解决方案。 But it's installing apache server. 但是它正在安装apache服务器。 (I don't need any web server: I already have one - IIS7). (我不需要任何Web服务器:我已经有一个-IIS7)。 Is there any free solution (I mean not only GIT, maybe something else) that will work with Netbeans and allows to work with group of developers? 是否有可以与Netbeans一起使用并允许与一组开发人员一起使用的免费解决方案(我不仅指GIT,还可能包括其他东西)?

Instead of running your own Git server, why not use bitbucket ? 为什么不使用bitbucket而不是运行自己的Git服务器? It will give you a Git server that you can share with up to 5 people, working on an unlimited number of projects and it is free. 它会为您提供一个Git服务器,您最多可以与5个人共享,可以处理无限数量的项目,而且它是免费的。

Installing and running a private Git server is not worth it. 安装和运行私有Git服务器是不值得的。

For an internal hosting solution I find that Gitolite running on an Ubuntu Server VM with the max secure connection setting bumped up to 100 works really fast! 对于内部托管解决方案,我发现在最大安全连接设置提高到100的Ubuntu Server VM上运行的Gitolite确实可以快速运行! Admin is a breeze as well. 管理员也轻而易举。

Personally I use TortoiseGit and it's good enough for me. 我个人使用TortoiseGit,对我来说已经足够了。 However, a better idea might be to buy a cheap VPS (git doesn't need high specs) and set up your git repo on that. 但是,一个更好的主意可能是购买便宜的VPS(git不需要高规格)并在此基础上设置git repo。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM