首页 > 解决方案 > 致命:在上游源中找不到远程分支 e111110d83

问题描述

我用两种不同的方法克隆存储库失败了:

$ git clone -b e111110d83259361971e2a60598d22ee52de71d9 https://github.com/NBISweden/GAAS.git
Cloning into 'GAAS'...
fatal: Remote branch e111110d83259361971e2a60598d22ee52de71d9 not found in upstream origin
$ git clone -b e111110d83 https://github.com/NBISweden/GAAS.git
Cloning into 'GAAS'...
fatal: Remote branch e111110d83 not found in upstream origin

我错过了什么?

标签: git

解决方案


推荐阅读