diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkAUMhKOSkh9JaBA6xst3XxQIIsDEq5Zd4 <Ovidiu@web> | 2014-05-09 05:57:36 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-09 05:57:36 +0000 |
commit | 9c5aa8271224ae5cb53947038b5c0b37722ef8c0 (patch) | |
tree | 28b18ef82ab87d67289fe552b97724e0a2fd9138 | |
parent | 591ec9a59f385ac143523065510b5124132172d8 (diff) |
-rw-r--r-- | doc/bugs/how_to_get_git-annex_shell_on_MAC__63__.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/how_to_get_git-annex_shell_on_MAC__63__.mdwn b/doc/bugs/how_to_get_git-annex_shell_on_MAC__63__.mdwn new file mode 100644 index 000000000..db04fcd49 --- /dev/null +++ b/doc/bugs/how_to_get_git-annex_shell_on_MAC__63__.mdwn @@ -0,0 +1,23 @@ +### Please describe the problem. +shiny-2:MacOS ovi$ git annex sync +git: 'annex' is not a git command. See 'git --help'. +shiny-2:MacOS ovi$ + +### What steps will reproduce the problem? +INstall git-annex for MAC like this: http://git-annex.branchable.com/install/OSX/ via .dmg file then try above commands from your terminal + +### What version of git-annex are you using? On what operating system? +Version: 5.20140420-ga25b8bb Build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA CryptoHash +Mac OSX 10.9.2 + +### Please provide any additional information below. +I tried adding the path to my .bash_profile manually like this but it didn't help (actually, this was already in there, I just added the path to git-annex to the string): +export PATH=/opt/local/bin:/opt/local/sbin/Applications/git-annex.app/Contents/MacOS:$PATH + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] |