Hi,
I just implemented Netlify LFS on my blog (https://smote.io). I did the LFS install from the command line on my desktop and it went off without a hitch. Except…
I generally work from my iPad and push changes to my git repository using the git client WorkingCopy.app (https://apps.apple.com/us/app/working-copy-git-client/id896694807).
Now, when I try to push changes in working copy, I get a dialog box saying “This endpoint requires an authorization header”.
I tried using my netlify login and my github login, but neither satisfy the box, which comes back saying it expected something in Base64.
Does using LFS mean I am doomed to push changes from my desktop, or is there a way to find the credentials I need to continue using WorkingCopy.app?
Thanks so much,
Will Puckett