git update error #11

Closed
opened 2023-02-09 10:52:28 +00:00 by cplays · 1 comment

this

PS D:\tortoise-tts> git pull
error: Your local changes to the following files would be overwritten by merge:
        tortoise/api.py
        tortoise/utils/wav2vec_alignment.py
Please commit your changes or stash them before you merge.
Aborting
Updating d6b5d67..38ee19c
this ``` PS D:\tortoise-tts> git pull error: Your local changes to the following files would be overwritten by merge: tortoise/api.py tortoise/utils/wav2vec_alignment.py Please commit your changes or stash them before you merge. Aborting Updating d6b5d67..38ee19c ```
Owner

Try:

git fetch --all
git reset --hard origin/main

I added an update-force.bat that should do the above in commit d7443dfa06.

Try: ``` git fetch --all git reset --hard origin/main ``` I added an `update-force.bat` that should do the above in commit d7443dfa067e91ba30b55fc52a37f2445a2a6e20.
ecker closed this issue 2023-02-09 20:45:25 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ecker/tortoise-tts#11
No description provided.