PostgreSQL在Mac上无法启动的问题解决

今天启动我一个Rails App的时候遇到错误: connection to server at "::1", port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? 看来是psql没有运行起来,或者是被谁shutdown了,执行 postgres -D /usr/local/var/postgres 出现以下提示 2022-02-11 20:29:45.999…

Continue ReadingPostgreSQL在Mac上无法启动的问题解决

RVM遇到的两个问题

今天在自己电脑用rvm安装ruby 3.1.0,但是在 rvm get master的时候,报了一个错: Error running 'command gem install /Users/chris/.rvm/gem-cache/gem-wrappers-1.4.0.gem --local --no-ri --no-rdoc' 没有找到解决办法,于是使用rvm implode全部卸载了rvm,然后再重新安装。 但是在重新安装的时候,按照官网的说明,使用gpg add key的时候,有报错了: $ gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB gpg: keyserver receive failed:…

Continue ReadingRVM遇到的两个问题