随手记:git fork 仓库最佳实践1. 从原作者处 fork 一个仓库2. 使用 git clone https://mirror.ghproxy.com/https://github.com/stilleshan/ServerStatus 加速克隆3. 使用 git remote set-url origin URL 重置仓库链接4. 打开 git desktop,添加 本地仓库5. 修改该仓库设置,使其指向自己 fork 的仓库