PhpStorm-Vagrant-VVV无法连接远程php解释器

时间:2015-08-01 17:08:06

标签: vagrant phpstorm vvvv

Windows7 - VAgrant 1.76 - VirtualBox5 - Phpstorm9 我通过phpstorm终端连接SSH与vagrant / vagrant用户/密码一起使用。 但是我无法连接到php远程解释器。 找不到路径映射。enter image description here 谢谢帮助我!

当我尝试更改远程文件夹时,我得到了这个 enter image description here

2 个答案:

答案 0 :(得分:0)

我是如何解决的:将 UseDNS否设置为/ etc / ssh / sshd_config 修改:sudo nano -w / etc / ssh / sshd_config

答案 1 :(得分:0)

确保在vagrant配置文件夹的xdebug.ini文件中(\ config \ php5-fpm-config / xdebug.ini) 在该行:

xdebug.remote_host = "xxx.xxx.xxx.xxx" 

拥有本地计算机IP。您可以通过输入cmd->命令进入Windows并输入“ipconfig”。