Do I need Git to use Github in JetBrains IntelliJ IDEA?

后端 未结 5 1541
被撕碎了的回忆
被撕碎了的回忆 2020-12-24 10:36

JetBrains IntelliJ IDEA has 2 plugins: Git and Github. Do I need to install Git from http://git-scm.com on my local windows machine in orde

5条回答
  •  借酒劲吻你
    2020-12-24 11:10

    You can tell IntelliJ where to find git.exe. This can be done by going into:

    Configure->Settings->Version Control->Git->Path to Git Excetuable
    

    Changing the path to something like this:

    C:\Users\***YOUR_USER_NAME***\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\cmd\git.exe`
    

提交回复
热议问题