gpt4 book ai didi

git - 如何在不可靠的连接上克隆大型 Git 存储库?

转载 作者:IT王子 更新时间:2023-10-29 01:04:24 25 4
gpt4 key购买 nike

我想克隆 LibreOffice。从官网看是这样写的:

All our source code is hosted in git:

Clone: $ git clone git://anongit.freedesktop.org/libreoffice/core # (browse)

Clone (http): $ git clone http://anongit.freedesktop.org/git/libreoffice/core.git # slower

Tarballs: http://download.documentfoundation.org/libreoffice/src/

please find the latest versions (usually near the bottom)

现在,当我在 git bash 中编写此命令进行克隆时,它开始获取。但是存储库太大,几个小时后我失去连接几秒钟,它回滚下载,我什么也得不到。

有什么方法可以在中断的情况下顺利下载存储库?

附言我是 Git 的新用户,我使用 1 MB DSL 互联网连接。存储库必须超过 1 GB。

最佳答案

可通过此处的 http 协议(protocol)(也称为哑协议(protocol))访问存储库:http://anongit.freedesktop.org/git/libreoffice/core.git .

您可以使用 wget 或其他下载管理器在这里下载所有内容,并且您将拥有存储库的克隆。之后,将目录从 core.git 重命名为 .git,并使用以下命令将远程 url 告知 git:

$ git remote add remote http://anongit.freedesktop.org/git/libreoffice/core.git
$ git reset --hard HEAD

关于git - 如何在不可靠的连接上克隆大型 Git 存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9268378/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com