Git import fails with: ... Cannot allocate memory
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad code imports |
Triaged
|
High
|
Unassigned |
Bug Description
When importing from a github repository, the import fails with:
bzrlib.
See this log file:
http://
A git clone works flawlessly:
git clone https:/
Klone nach 'lo-ubuntu-pkg' ...
remote: Enumerating objects: 61323, done.
remote: Counting objects: 100% (61323/61323), done.
remote: Compressing objects: 100% (15825/15825), done.
remote: Total 61323 (delta 45319), reused 61261 (delta 45258), pack-reused 0
Empfange Objekte: 100% (61323/61323), 22.00 MiB | 6.74 MiB/s, fertig.
Löse Unterschiede auf: 100% (45319/45319), fertig.
Changed in lp-codeimport: | |
status: | New → Triaged |
importance: | Undecided → Low |
importance: | Low → High |
Depending on what you need this import for, you might consider doing a git-to-git import rather than a git-to-bzr import; this is typically a lot simpler and more likely to work.