Intellij 15 + Github - cannot clone repository, getting “Repository Test has Failed” error

后端 未结 8 1438
温柔的废话
温柔的废话 2020-12-31 10:49

I have Intellij 15 and a Github account, and I\'m trying to unite the two. I went into settings -> Version Control, and added Github with the Host and username and password

8条回答
  •  一整个雨季
    2020-12-31 11:21

    I was having this issue until I set the SSH-executable option to use Built-in SSH (just like you have). This immediately solved my problem and I wasn't getting the error anymore.


    Further options I am using include:

    • I have opted to use token authentication rather than a password
    • I am using the Windows Setup for git rather than a portable setup
    • And the path to git is set as C:\Program Files\Git\bin\git.exe

    Apart from these 3 options, my settings look exactly like yours. I am running windows 10 64bit and my version of IntelliJ is 2016.1.1

提交回复
热议问题