4

I have already installed TortoiseGit but I don't have Git Bash as an option, can anyone advise me how I can install this?

Yue Lin Ho
  • 2,719
  • 25
  • 33
styler
  • 14,749
  • 22
  • 74
  • 132
  • Can you not just reinstall TortoiseGit? – redhotvengeance Jul 11 '12 at 22:36
  • 3
    If 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 Answers2

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
  • 993
  • 3
  • 14
  • 26
0

Re-install Git for Windows, and enable Git Bash Here, see:

enter image description here

Then, there will be a context menu item Git Bash Here when right clicking in the folder, see:

enter image description here


Or you can use the one in Start menu, see:

enter image description here

Yue Lin Ho
  • 2,719
  • 25
  • 33