问题:psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: No such file or directory
解决方式:
检查 postgresql.conf 文件中的 unix_socket_directories 设置,确保它包含 /tmp 或者你期望的目录。
重…
Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project 你的项目: Cannot deploy artifacts when Maven is in offline mode
解决方案:
1.IDEA把这个钩子去掉 2.
settings.xml里把
<offline>标…