RSS/Atom feed Twitter
Site is read-only, email is disabled

git clone

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

git clone Ulf-D. Ehlert 18 Apr 19:03
  git clone redforce 24 Apr 03:25
Ulf-D. Ehlert
2009-04-18 19:03:37 UTC (over 15 years ago)

git clone

Hi,

I have the following problem:

I started 'git clone ...' (with a very slow dial-up connection), loading 40% or so (139MB in .git/objects/tmp_pack_a4emJI), then downloading was interrupted.

How can I restart without losing the downloaded files? The User's Manual just says
"The initial clone may be time-consuming for a large project, but you will only need to clone once." but apparently it doesn't tell how to clone once if something went wrong.

Using Subversion, that was easy:

SVN git -----------------------------
svn checkout git clone
interrupt
svn checkout ???

Ulf

2009-04-24 03:25:09 UTC (over 15 years ago)
postings
27

git clone

Hello,

How can I restart without losing the downloaded files?

I found some postings stating that this is not possible. I don't know if it's true, but this may help you indirectly (depending on what you want to do):

http://git.or.cz/gitwiki/GitFaq#head-4accce922b66f2a1188d636bbd20d259db089187

Q: How do I do a quick clone without history revisions? A: If you just want to checkout the latest source code of a project who may has very large repo, you can use
git clone --depth 1 your_repo_url