This commit is contained in:
Joey Hess 2024-10-19 17:13:26 -04:00
parent 82e91b380a
commit e9771ff45c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -48,3 +48,5 @@ I'm slowly integrating it into everything I do because it's so cool. Right now,
Also, if anyone is having issue using git-remote-annex, like I did running on OSX installed via homebrew, the solution is to add a symlink manually from (e.g.) `$(realpath /opt/homebrew/bin/git-annex[-shell]) <- /opt/homebrew/bin/git-remote-annex`. In other words, the current homebrew recipe simply doesn't symlink the git-annex command to git-remote-annex on your path, which git annex automagically act like a git remote helper if called like this so luckily it's an easy fix.
> [[fixed|done]] I *think*, please comment if not --[[Joey]]
[[!tag projects/INM7]]