Git console in Netbeans

≡放荡痞女 提交于 2019-12-12 13:33:22

问题


I've just installed Netbeans 8 and I'd like to start using Git. There are plenty of buttons, menus, etc. but where can I find Git console?
I use Windows.


回答1:


You're probably best off installing it directly if you want the console; the IDEs will often only give the menu integrated options.

Git's website has the console version for Windows: http://git-scm.com/




回答2:


To make terminal work in your Netbeans IDE you just need to install cygwin. While you installing/setting up cygwin you have to select packages to install. Type "git" in search input, while selecting packages, to find all git packages. All git packages are sorted by categories. You don't need all of them. To make git work in your terminal choose category "devel" and "git: Distributed version control system". Finish setup by clicking on "next" button. Now restart your NetBeans IDE and use git in your terminal.



来源:https://stackoverflow.com/questions/22674978/git-console-in-netbeans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!