你好,我们已在微信上沟通,稍后会在这里回复。
Gitpod(或者 GitHub)似乎会要求新用户用手机号验证,昨天在微信群里有同学指出有的手机号无法收到验证码。希望未来这些平台可以解决这个问题。
暂时你可以在本地运行这个课程,请参照指南来运行。在本地运行的时候,你的学习进度不能被保存到你的 freeCodeCamp 账号。
也遇到同樣的問題,直接去gitpod官網詢問目前沒有下文,所以想問這邊的現況如何?
有沒有辦法在本地運習的進度上傳到freecodecamp帳號中?
这个课程在本地运行的记录暂时还是不能上传到 freeCodeCamp 账号。我已经反馈给课程开发者了。
已经解决了,网页与VScode上能可以正常使用。需要注意的是,需将对应freecodecamp课程打开才能保存进度,在ralational database课程中。如果突出从新联系,将会回到项目初始文件目录/workspace/project。退出前注意记录如何进入 的或者从coderoad界面的左上的menu中点击review找到历史步骤
但是遇到一个新问题。camper: /project$ psql --username=freecodecamp --dbname=postgres
psql: error: connection to server at “127.0.0.1”, port 5432 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?
camper: /project$ sudo service postgresql status
12/main (port 5432): down
camper: /project$ sudo service postgresql start
- Starting PostgreSQL 12 database server [ OK ]
camper: /project$ sudo service postgresql status
12/main (port 5432): online
camper: /project$ psql --username=freecodecamp --dbname=postgres
psql: error: connection to server at “127.0.0.1”, port 5432 failed: FATAL: role “freecodecamp” does not exist
你可以参考这个帖子里的回复:Unable to connect to postgres - #3 by moT01
我目前解决的办法是开一遍网页版,然后关掉网页版,再打开gitpod 的workspace,用vscode desktop打开,(通常会等一会)再链接数据库就能连接上了,也不知道啥原理