Git 克隆旧版本的存储库?

Git clone old version of repository?

我想git 克隆一个比主版本 (https://github.com/gem/oq-engine). The version I am interested in is the last used for Python 2.7 (the 2.9 commit - https://github.com/gem/oq-engine/tree/engine-2.9) 更旧的 OpenQuake 引擎版本。我能找到的唯一答案是你是所述存储库所有者的存储库。

非常感谢任何帮助。

应该像

一样简单
git clone https://github.com/gem/oq-engine.git
git checkout engine-2.9