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

后端 未结 5 1537
被撕碎了的回忆
被撕碎了的回忆 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:20

    Yes, it looks like you need to have git installed on your machine. I just tried to clone a project on github, and I got:

    Cannot run program "git.exe" (in directory "C:\Users\Steve\Code"): CreateProcess error=2, The system cannot find the file specified
    

提交回复
热议问题