Created
March 7, 2015 03:54
-
-
Save jmstacey/d3fe60f51f0bf91d1133 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
/Users/bamboo/.bup: Permission denied | |
Traceback (most recent call last): | |
File "/usr/lib/bup/cmd/bup-midx", line 231, in <module> | |
git.check_repo_or_die() | |
File "/usr/lib/bup/bup/git.py", line 850, in check_repo_or_die | |
init_repo() | |
File "/usr/lib/bup/bup/git.py", line 827, in init_repo | |
_git_wait('git init', p) | |
File "/usr/lib/bup/bup/git.py", line 886, in _git_wait | |
raise GitError('%s returned %d' % (cmd, rv)) | |
bup.git.GitError: git init returned 1 | |
['/usr/bin/bup', 'midx', '--auto', '--dir', 'test_files/objects/pack']: returned 1 | |
/Users/bamboo/.bup: Permission denied | |
Traceback (most recent call last): | |
File "/usr/lib/bup/cmd/bup-bloom", line 136, in <module> | |
git.check_repo_or_die() | |
File "/usr/lib/bup/bup/git.py", line 850, in check_repo_or_die | |
init_repo() | |
File "/usr/lib/bup/bup/git.py", line 827, in init_repo | |
_git_wait('git init', p) | |
File "/usr/lib/bup/bup/git.py", line 886, in _git_wait | |
raise GitError('%s returned %d' % (cmd, rv)) | |
bup.git.GitError: git init returned 1 | |
['/usr/bin/bup', 'bloom', '--dir', 'test_files/objects/pack']: returned 1 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment