Staubgeborener / Klipper-Backup

Klipper backup script for manual or automated GitHub backups. Lightweight, pragmatic and comfortable.
https://klipperbackup.xyz
271 stars 51 forks source link

Pushing updates doesn't work #98

Closed Settordici closed 4 months ago

Settordici commented 4 months ago

Code of Conduct

What happened

I ran ~/klipper-backup/script.sh, and it didn't push to the repository. I attached a screenshot of the terminal output

What did you expect to happen

I expected it to push the updates

How to reproduce

Just run ~/klipper-backup/script.sh, but it's probably something that happened on my end

Additional information

image

Tylerjet commented 4 months ago

can you try removing the config backup folder and then try running script.sh again:

cd
rm -rf config_backup

also is this an existing repo or a brand new one created for use with the backup script?

Settordici commented 4 months ago

It worked, thank you for you quick answer.

I created the repo first, and then ran the script

Tylerjet commented 4 months ago

No Problem!