我在 github 上有一个存储库的分支,我正在尝试克隆。我可以在 url https://github.com/pmyusername/myrepository克隆主存储库(不是实际链接,因为数据是私有的)。但是,我无法克隆位于https://github.com/myusername/myrepository/tree/branchname的分支。要克隆存储库,我只需要运行:
git clone https://github.com/myusername/myrepository
但如果我尝试运行:
https://github.com/myusername/myrepository/tree/branchname
我收到错误:
fatal: repository 'https://github.com/myusername/myrepository/tree/branchname' not found
但我知道它存在,因为我正在从 url 复制和粘贴它。问题可能与我付费将其保密的事实有关,但我不这么认为。有没有人有任何想法?