summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnaZYaspvzx1lQiM56UQo-X82BnPiAaiEY <Martin@web>2013-08-19 18:04:16 +0000
committerGravatar admin <admin@branchable.com>2013-08-19 18:04:16 +0000
commit84de123124f8dabec07f56d71002d43cf53f0f35 (patch)
treea6d2929d0cc9469005f30b327330c3deecae1164 /doc
parent7bfda29456f366a64abe1e7ba4a2cbb862df0f90 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Using_git-annex_via_command_line_in_OS_X.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/Using_git-annex_via_command_line_in_OS_X.mdwn b/doc/forum/Using_git-annex_via_command_line_in_OS_X.mdwn
new file mode 100644
index 000000000..5eba701bd
--- /dev/null
+++ b/doc/forum/Using_git-annex_via_command_line_in_OS_X.mdwn
@@ -0,0 +1,3 @@
+After installing the binary for Mac OS X and including some larger directories, my computer now seems quite busy (for the last days) with the import process. I see a process called git-annex causing the load, so it seems OK. As the git-annex assistant seems to hang quite a bit, I would like to see the progress using a command line interface. However, I cannot use the "git annex" command as I get the message "git: 'annex' is not a git command. See 'git --help'."
+
+I guess this is my normal git version, installed by homebrew (the OS X version for apt-get) that does not know anything about the installed binary. Can I still use the CLI with this version? Or better, is there or will there be a way to install git-annex from source, or even better using "brew install git-annex"?