Setup git in Intellij terminal

后端 未结 4 975
挽巷
挽巷 2021-01-29 19:06

I want to use git in Intellij Terminal but it does not recognize the command. In Command Prompt and Windows power shell the command in recognized (I added the git path in System

4条回答
  •  迷失自我
    2021-01-29 19:51

    you don't need to reinstall anything. Go to:

    -File -Settings -Search for terminal - in shell path type: "C:\Program Files\Git\bin\sh.exe" --login -i (or another directory where you installed Git) Please let me know if that worked fine for you

提交回复
热议问题