diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM <Meng@web> | 2012-10-16 02:41:35 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-16 02:41:35 +0000 |
commit | 6b84e4658d52c5cc31642a082dfe8b7c5178af70 (patch) | |
tree | 87fc8ec2f1bfa316063c67c7b7b518251c4b4e37 /doc | |
parent | acd55616a7128d42ca191e2978919dfac6e2d1ba (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Can__39__t_init_git_annex.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Can__39__t_init_git_annex.mdwn b/doc/forum/Can__39__t_init_git_annex.mdwn new file mode 100644 index 000000000..c51c84ddd --- /dev/null +++ b/doc/forum/Can__39__t_init_git_annex.mdwn @@ -0,0 +1,15 @@ +It seems I can't initialize git annex: + + $ git annex init "files2" + init files2 + pre-commit hook (/Volumes/project/annex/.git/hooks/pre-commit) already exists, not configuring + + git-annex: waitToSetLock: failed (Operation not supported) + failed + git-annex: init: 1 failed + $ + + + `project` is a remote file server connected via `smb://`. + + Any ideas why and how to fix? |