A fork of discourse docker repo for China

It’s use the hub.fastgit.org instead of github.com for clone rapidly. The fastgit.org is a github proxy site in China.

Fastgit

  1. Run git remote set-url origin https://hub.fastgit.org/SettingDust/discourse_docker_china in which directory launcher in.
  2. Run ./launcher rebuild app and the launcher will update to use the hub.fastgit.org.
2 Likes

fastgit had switched to fastgit.xyz. The commands to run should be
git remote set-url origin https://hub.fastgit.xyz/SettingDust/discourse_docker_china

The commands to run should be
git remote set-url origin https://mirror.ghproxy.com/https://github.com/SettingDust/discourse_docker_china
Fastgit seems down

1 Like