windows windows中的什么程序相当于OS的终端?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28487128/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-08 18:58:26  来源:igfitidea点击:

What program in windows is equivalent to OS's terminal?

windowsmacos

提问by shadow_dev

Switching from programming on Mac to windows, and I need to access github. Don't know where to submit bash commands in order to clone my repositories.

从Mac编程切换到windows,需要访问github。不知道在哪里提交 bash 命令以克隆我的存储库。

回答by dgallant

I made the switch last year and I actually don't mind using Windows since I found some nice tools.

我去年进行了转换,实际上我不介意使用 Windows,因为我找到了一些不错的工具。

This is the best terminal I have found used yet: http://bliker.github.io/cmder/

这是我发现使用过的最好的终端:http: //bliker.github.io/cmder/

New link: http://cmder.net/

新链接:http: //cmder.net/

The great thing is you can use UNIX commands as well. You can even do something such as: vim run.bat to edit a batch file.

最棒的是您也可以使用 UNIX 命令。您甚至可以执行以下操作:vim run.bat 来编辑批处理文件。

回答by NPE

The closest built-in equivalent is cmd.exe. It is, however, not a bashshell: the command set is very different.

最接近的内置等效项是cmd.exe. 但是,它不是bashshell:命令集非常不同。

If you specifically need bash, you could install Cygwin.

如果您特别需要bash,您可以安装Cygwin

回答by Luis

If you're going the command line way for git access, you're probably looking for msys git: https://msysgit.github.io/

如果您要使用 git 访问的命令行方式,您可能正在寻找 msys git:https://msysgit.github.io/