在Remesh担任初级软件工程师职位的家庭项目 全局安装PostgreSQL并设置本地数据库: 在终端命令行中运行以下命令: PostgreSQL全局安装: brew install postgres 启动本地数据库: pg_ctl -D /usr/local/var/postgres start 运行: psql postgres 现在应该在PostgreSQL CLI上... postgres =# CREATE DATABASE remesh; 设置 在您的终端中,运行git clone git@github.com:nicolegooden/remesh.git cd进