denolehov / obsidian-git Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large File Storage #14
Comments
|
Hey, I will look into this closer to next weekend. Sorry for the late reply. |
|
Similar issue to #21, but in the case of git-lfs, I don't think there is a git-config option to set the path to git-lfs. |
|
I've encountered the same issue. My solution was to manually update the PATH="$PATH:/usr/local/bin"(This assumes that the This will update the |
|
Tried the above recommendation but still got errors. I checked git-lfs location with |
|
This is still an issue as of 2021-09-01 |
|
I had the same issue as @frankreporting when I installed To resolve it, I installed the package at https://git-lfs.github.com/ and ran install.sh, which installed After that, I was able to add |
@sascha-wolf Why should I do that? My git-lfs binary is already in the path. |
If it works for you, you don't. It didn't for me, git-lfs wasn't in the |
|
Like @frankreporting and @mracette, I was having the same issue where it still wasn't working even after I added I didn't want to download and install I updated my global That section of my global |
|
Thanks @christyray, your tip solved it for me! You can put that section also inside the |
@denolehov, thank you for this plugin!
I tried to use
git-lfsfeature for my images sub-folder and here is error in my console:Basically, hook content looks like this:
I wonder if this can be fixed just by passing parent
PATHvia this option.More context:
Obsidian:
0.9.14OS: macOS Big Sur
To reproduce, I guess it would be enough to follow this setup.
Also, maybe I'll be able to figure out obsidian plugin development setup and debug it on my own.
UPD. As I can see,
obsidianprocess doesn't contain/usr/local/bindirectory in itsPATH, i.e. it uses system-widegitcommand instead of homebrew-installed one.The text was updated successfully, but these errors were encountered: