Closed therick0996 closed 4 months ago
I have also run into this recently, all of my backup files on github files are locked/unavailable. I have removed and reinstalled multiple times with the same error and even in a new repository. Skips symbolic link for all "printer_data/config/
Are you using a klipper config from a git repo, Where you have cloned that repos contents into printer_data/config?
If you navigate to the config folder and run 'git remote get-url origin' what is returned.
@Tylerjet aha! i had previously installed a different git backup thingy
https://<git_token>@github.com/therick0996/v2_config.git
i tried deleting v2_config
repo, and still get the error and result from git remote get-url origin
. can you help an idiot like me and remove this?
you will need to delete the .git folder inside of printer_data/config and that should fix it.
thank you so much!
you will need to delete the .git folder inside of printer_data/config and that should fix it.
We should add this in the docs or maybe implement this workaround in the script itself: Run script -> .git folder error -> delete folder -> run script
when running the script, i get this:
i've tried running
git rm --cached printer_data/config
and geti've also tried deleting all klipper-backup files from the pi and reinstalling