Skip to content

Puller.py errors on some ebooks #25

Description

@rtonsing

from running gitpull:
ERROR - Error running command: git restore :/

Occasionally the ibiblio copy of the repo gets out of sync, doing a restore was added to clean things up before doing a pull.

But apparently the option ":/" is wrong, I can't remember where that came from. The command needs to be corrected.

After manually doing a restore, we still get an error:

Error running command: git pull --rebase
2026-09-15 10:50:40,052 - ERROR - Error message: [There is no tracking information for the current branch.
Please specify which branch you want to rebase against.

We might need to do this:
git branch --set-upstream-to=origin/main master

I would rather only do this if the issue can be detected first.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions