How to store SSH host key in IntelliJ IDEA

后端 未结 8 864
慢半拍i
慢半拍i 2020-12-14 15:03

When using SSH as the connection for IDEA\'s git integration, IDEA keeps asking to store the host\'s rsa signature in the host key database. Pressing Yes works, but does not

8条回答
  •  时光取名叫无心
    2020-12-14 15:45

    Open Terminal and run below given command SSH key issue will be resolved.

    git config --global http.sslVerify false
    

提交回复
热议问题