Using MacOS Monterey on a Silicon chip, and when i try to setup git-lfs, I get this error.
I’m not the greatest at troubleshooting these errors, so is there any way i could fix this?
Using MacOS Monterey on a Silicon chip, and when i try to setup git-lfs, I get this error.
hi there @HypnoticOcelot ,
we can certainly keep this post open and see if you have ideas, but you might get a faster response in a Git dedicated support forum, or even one dedicated to understanding terminal commands. I would suggest stackoverflow for this most likely.
I was able to solve this by updating my path to the helper path. Based on your screenshot, it looks like the command for you would be:
export PATH=$PATH:/Users/hypnoticocelot/Library/Preferences/netlify/helper/bin
After doing that, try running the command again.