This commit is contained in:
parent
5df8fac5ad
commit
1d0ad11617
1 changed files with 23 additions and 0 deletions
23
doc/bugs/how_to_get_git-annex_shell_on_MAC__63__.mdwn
Normal file
23
doc/bugs/how_to_get_git-annex_shell_on_MAC__63__.mdwn
Normal file
|
@ -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.
|
||||
"""]]
|
Loading…
Reference in a new issue