Git 仓库已迁移

sage

我们在 github.com 上重命名了我们的 ‘org’,所以新的 URL 是

依此类推(而不是 github.com/NewDreamNetwork)。 您可以使用类似以下命令更新您的 git remote:

git remote set-url origin git@github.com:ceph/ceph.git

(如果您是 github 用户),或者

git remote set-url origin git://github.com/ceph/ceph.git

如果您是匿名克隆的。