Skip to content

Instantly share code, notes, and snippets.

@jmstacey
Created March 7, 2015 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmstacey/d3fe60f51f0bf91d1133 to your computer and use it in GitHub Desktop.
Save jmstacey/d3fe60f51f0bf91d1133 to your computer and use it in GitHub Desktop.
...
/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