简体   繁体   中英

How to access Git Bash via command prompt?

I prefer using the bash terminal to do work, on a Windows system, I would install Git bash to do work.

Recently I have the need to access a windows machine remotely, via SSH. But I find that once I SSH into the windows system I enter into the command prompt. I have tried to activate Git Bash by using:

> "C:\Program Files\Git\git-bash.exe" 

But to no avail. How do I access Git-bash via ssh?

原来我应该运行的命令是

> "C:\Program Files\Git\bin\sh.exe"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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