2017-06-26 2 views
0

Facing Problem bei der Verbindung mit SFTP/SSH
Betriebssystem bei der Verbindung: Mac Sierra
PhpStorm Version: 8.0.4PhpStorm: Ausgabe SSH durch SFTP bekommen "Algorithm Verhandlungen scheitern" in Mac Sierra

2017-06-26 16:48:58,697 [ 21927] DEBUG - emoteRunConfiguration$Settings - Format error: no binding for [Attribute: factoryName="PHPUnit on Server"] inside BeanBinding[com.jetbrains.php.run.deploymentAware.phpunit.PhpUnitRemoteRunConfiguration$Settings, tagName=Settings]

2017-06-26 16:48:58,959 [ 22189] INFO - ellij.project.impl.ProjectImpl - 123 project components initialized in 579 ms

2017-06-26 16:48:58,984 [ 22214] INFO - le.impl.ModuleManagerComponent - 1 module(s) loaded in 24 ms

2017-06-26 16:48:59,055 [ 22285] INFO - om.intellij.util.ProfilingUtil - Profiling agent is not enabled. Add -agentlib:yjpagent to idea.vmoptions if necessary to profile IDEA.

2017-06-26 16:49:00,127 [ 23357] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342

2017-06-26 16:49:00,953 [ 24183] INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 917 ms

2017-06-26 16:49:02,294 [ 25524] INFO - tor.impl.FileEditorManagerImpl - Project opening took 3961 ms

2017-06-26 16:49:02,475 [ 25705] ERROR - jediterm.terminal.TerminalMode - Mode EightBitInput is not implemented, setting to true

2017-06-26 16:49:40,101 [ 63331] INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: [com.jetbrains.php, com.jetbrains.plugins.webDeployment]

über das Protokoll ist, und ich habe auch versucht, etwas Abhilfe, diese Arbeit zu machen, aber kein Glück habe ich den zusätzlichen Code unten erwähnt in sshd_config Datei

hinzugefügt
KexAlgorithms [email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 

Jede Hilfe wäre willkommen.

+0

versuchen, die Lösung von Kommentaren: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206708679-FTPS-connection-error-not-secure-Ciphers – Edwin

+0

PhpStorm ** v8 **? Es ist eine alte Version - versuchen Sie das neueste 2017.1.4 herunterzuladen und versuchen Sie es dort auch. – LazyOne

+0

@Edwin Ich habe versucht die Lösung wie in diesem Beitrag erwähnt, aber kein Glück, es funktioniert nicht. –

Antwort

0

1.) First Install Java SE JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

2.) Then download the .exe version (or .dmg). Run and install it in your computer

3.) Then download: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

4.) Then go to the directory (for Windows - C:\Program Files (x86)\JetBrains\PhpStorm 9.0.3\jre\jre\lib\security - for MAC - /Applications/PhpStorm.app/Contents/jre/jdk/Contents/Home/jre/lib) AND replace "local_policy" and "US_export_policy" with the new ones you just download

It should run smoothly now Uninstall all the versions and start from scratch before you do this to have a clean start.