How do I connect IntelliJ to GitHub using SSH

前端 未结 5 1973
后悔当初
后悔当初 2020-12-28 16:25

I have successfully configured my GitHub client to use SSH, and received the confirmatory email from GitHub that a new SSH key was added. I would like to setup IntelliJ to u

5条回答
  •  执念已碎
    2020-12-28 16:58

    Using IntelliJ 2016.3.3 this seems very straight forward by following the steps below:

    1. Generate your keypair to use, if none exists already with

    ssh-keygen

    1. Add the key to your github profile as per https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/

    2. Modify the settings in IntelliJ under | VersionControl > GitHub

    Tick 'Clone git repositories using ssh'

    Choose 'Native' as 'SSH executable'

提交回复
热议问题