Groups
Groups
Sign in
Groups
Groups
西电开源社区邮件列表
Conversations
About
Send feedback
Help
git clone怎么断点续传
518 views
Skip to first unread message
唐显斌
unread,
Feb 20, 2014, 6:02:00 AM
2/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xidian...@googlegroups.com
我要下载linux内核源码
但是git clone经常下到一半就断了,断了就要重新再下载了
如果能够实现断点续传就好了
有没有什么简单的办法呢?
亦念
unread,
Feb 20, 2014, 9:53:47 AM
2/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xidian_linux
去
https://www.kernel.org/
下载不成吗?
你要是不是为了 patch 或者 fork 为啥非要 git clone 啊?
------------------ 原始邮件 ------------------
发件人:
"唐显斌";<
txi...@gmail.com
>;
发送时间:
2014年2月20日(星期四) 晚上7:02
收件人:
"xidian_linux"<
xidian...@googlegroups.com
>;
主题:
[XiDianLinux] git clone怎么断点续传
--
您收到此邮件是因为您订阅了“西电开源社区”邮件列表。
要向此邮件列表发帖,请发送电子邮件至
xidian...@googlegroups.com
。
要取消订阅,请发送电子邮件至
xidian_linux...@googlegroups.com
。
请通过
https://groups.google.com/group/xidian_linux?hl=zh-CN
访问此网上论坛。
通过 [ipv6 enabled]
http://xdlinux.info/
或
http://xdl.in/
[ipv4 only]
http://linux.xidian.edu.cn/
[手机]:
http://m.xdlinux.info/
访问西电开源社区。
---
您收到此邮件是因为您订阅了 Google 网上论坛的“西电开源社区邮件列表”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到
xidian_linux...@googlegroups.com
。
要查看更多选项,请访问
https://groups.google.com/groups/opt_out。
唐显斌
unread,
Feb 20, 2014, 10:06:34 AM
2/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xidian...@googlegroups.com
我要交叉编译内核,好像需要git clone下来,这个是在一个脚本里的要求下载的
git://
git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
这个速度太慢了,后来我从googlesource找到了
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable/
但是无奈google被墙了,经常下到一半就死掉了,重新下载还得重头下载,校园网伤不起
所以我才想要断点续传
我在想改hosts行不行
你看一下,附件脚本
我把脚本里的下载地址改成了googlesource那个
可以下载,但是google抽风,希望改hosts可以解决
git.sh
亦念
unread,
Feb 20, 2014, 10:37:14 AM
2/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xidian_linux
试试
http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/
------------------ 原始邮件 ------------------
发件人:
"唐显斌";<
txi...@gmail.com
>;
发送时间:
2014年2月20日(星期四) 晚上11:06
收件人:
"xidian_linux"<
xidian...@googlegroups.com
>;
主题:
Re: 回复:[XiDianLinux] git clone怎么断点续传
亦念
unread,
Feb 20, 2014, 10:40:19 AM
2/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to xidian_linux
你干脆随便拿个 vps 去 git clone 然后打包拷下来吧。
------------------ 原始邮件 ------------------
发件人:
"亦念";<
yin...@jinkan.org
>;
发送时间:
2014年2月20日(星期四) 晚上11:37
收件人:
"xidian_linux"<
xidian...@googlegroups.com
>;
主题:
回复: 回复:[XiDianLinux] git clone怎么断点续传
闫林
unread,
Feb 23, 2014, 2:15:34 AM
2/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 西电开源社区
git clone --depth=1 URL
能够显著减少下载体积
Reply all
Reply to author
Forward
0 new messages