克隆仓库→
在 GitHub 上创建仓库时,它将作为远程仓库存在。 您可以克隆仓库以在计算机上创建本地副本,并在两个位置之间进行同步。
HTTPS 克隆错误→
对 Git 使用 HTTPS 时有几种常见错误。 这些错误通常表示您有旧版 Git,或无法访问仓库。
错误:未找到仓库→
If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it. 有一些针对此错误的解决方案,具体根据原因而定。
错误:远程 HEAD 引用不存在的 ref,无法检出→
如果已在 GitHub 上删除仓库的默认分支,会发生此错误。