S'applique à :
- Windows 7
- IntelliJ Idea 2017.3.4 Build UI-173.4548.28 build le 29 janv. 2018
- git version 2.16.2.Windows.1
- ssh -V OpenSSH_7.6p1, OpenSSL 1.0.2n 7 déc. 2017
1) IntelliJ IDEA supprime le numéro de port de votre télécommande.
avant : | origine | ssh://myusername@git.mycompany.com:24567/ABC/my.project/project|
après : | origine | ssh://myusername@git.mycompany.com/ABC/my.project/project|
2) IntelliJ IDEA laisse l'exécutable SSH comme "Build-in".
3) créer le fichier de configuration ssh ~/.ssh/config
Host git.mycompany.com
HostName git.mycompany.com
Port 24567
User myusername
Pour plus de détails sur la configuration, voir : https://www.ssh.com/ssh/config/
4) redémarrez IntelliJ IDEA