I have already installed TortoiseGit but I don't have Git Bash as an option, can anyone advise me how I can install this?
Asked
Active
Viewed 5,306 times
4
-
Can you not just reinstall TortoiseGit? – redhotvengeance Jul 11 '12 at 22:36
-
3If you have installed TortoiseGit, you should also have installed msysGit (as it is a prerequisite) which comes with a git bash. Check in the Start menu for the shortcut to start it. – adrianbanks Jul 11 '12 at 22:52
-
You will probably need to copy your keys to a place that git-bash will recognize: http://serverfault.com/questions/194567/how-do-i-tell-git-for-windows-where-to-find-my-private-rsa-key – BlueRaja - Danny Pflughoeft Aug 19 '15 at 20:12
-
Are you sure you dont already have it installed? Have a look at: https://stackoverflow.com/q/8507368/1380061 – Fredrik Sep 06 '17 at 09:08
2 Answers
0
Just go ahead and download Git bash form http://git-scm.com/downloads , however if you use a key instead of a user id password , you might need to re configure.

user2062360
- 1,323
- 5
- 16
- 29
0
Re-install Git for Windows, and enable Git Bash Here
, see:
Then, there will be a context menu item Git Bash Here
when right clicking in the folder, see:
Or you can use the one in Start menu, see:

Yue Lin Ho
- 2,945
- 26
- 36
-
Isn't the "Git Bash Here" option only a windows shell (right click content menu) option to open bash terminal? (And not the actual bash executable)? – Fredrik Sep 06 '17 at 09:05
-