【发布时间】:2021-10-03 22:49:35
【问题描述】:
我正在使用该命令克隆存储库的一个分支,但我不知道它为什么会引发该错误
git clone -b redux-basics https://github.com/mschwarzmueller/reactjs-redux-basics.git
为什么那个命令返回给我
fatal: Remote branch redux-basics not found in upstream origin
请告诉我下一步该怎么做
【问题讨论】:
标签: git github git-branch git-clone