Hi I’m currently trying to link my Git LFS with netlify and I am following this page:
But when I try to push my repo I get this error in the terminal:
PS C:\Users\zimac\OneDrive\Desktop\New HushCrewProject\client> git push -u origin main
git: 'credential-netlify' is not a git command. See 'git --help'.
git: 'credential-netlify' is not a git command. See 'git --help'.
remote: No anonymous write access.
fatal: Authentication failed for 'https://github.com/kyowankim/HushCrewProjectFixed.git/'
This is the Deploy Error of my application if it helps.
Any help would be greatly appreciated.