我正在 WSL 上启动 ruby(rails)服务器(在 Windows 上使用 Ruby Mine)并打开浏览器,但我在 Windows 浏览器中收到以下消息(使用 chrome):
谢谢你的帮助!Julian
PS:之前也成功过
PG::ConnectionBad 无法连接到服务器:没有此文件或目录 服务器是否在本地运行并接受 Unix 域套接字“/var/run/postgresql/.s.PGSQL.5432”上的连接?提取的源代码(第 56 行左右):
### Convenience alias for PG::Connection.new.
def self::connect( *args )
return PG::Connection.new( *args )
end