summaryrefslogtreecommitdiff
path: root/doc/forum/git-annex_add_out_of_memory_error/comment_9_7ef671c0036c77ee5707a6e00dd4dd6a._comment
blob: 7e2a167910d63386aaab81f9d909513c249e91ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[[!comment format=mdwn
 username="yarikoptic"
 avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
 subject="comes and goes!"
 date="2017-08-09T17:11:37Z"
 content="""
ha -- and then later call succeeded! (damn... right before I was trying to debug it)

[[!format sh \"\"\"
yhalchen@discovery:~/datalad$ git pull --ff-only origin master
From git://github.com/datalad/datalad
 * branch              master     -> FETCH_HEAD
Updating c0cd538d..39f80454

Fast-forward
 CHANGELOG.md                              |  16 ++++
 CONTRIBUTING.md                           |   2 +-
 COPYING                                   |   3 +-
 datalad/__init__.py                       |  30 ++++---
 datalad/distribution/tests/test_update.py |   4 +-
 datalad/distribution/update.py            |   3 +
 datalad/interface/test.py                 |  33 +++++++-
 datalad/support/annexrepo.py              |  42 +++++++---
 datalad/support/third/noseclasses.py      | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 datalad/support/third/nosetester.py       | 450 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 datalad/tests/test_utils.py               |  13 +++
 datalad/utils.py                          |  15 ++++
 datalad/version.py                        |   2 +-
 13 files changed, 923 insertions(+), 29 deletions(-)
 create mode 100644 datalad/support/third/noseclasses.py
 create mode 100644 datalad/support/third/nosetester.py
\"\"\"]]
but comes back anyways ;)
[[!format sh \"\"\"
yhalchen@discovery:~/datalad$ git branch
* (HEAD detached from 0.8.0)
  master
yhalchen@discovery:~/datalad$ git pull --ff-only origin master
From git://github.com/datalad/datalad
 * branch              master     -> FETCH_HEAD
fatal: Out of memory, getdelim failed
\"\"\"]]
"""]]