Replies: 1 comment
-
goto
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get errors when I try the update bat. Can a tool be provided that checks to make sure everything is in a compatible state for the update to work and if not then show what the conflicts are. Here is the error (i assume the conflict is from installing costume nodes and their requirements which is causing conflict with the update but its hard to figure out which or what):
stashing current changes
nothing to stash
creating backup branch: backup_branch_2025-01-30_19_42_54
checking out master branch
Traceback (most recent call last):
File "C:\Users\dadad\dadadies\program\ComfyUI_windows_portable\update\update.py", line 73, in
repo.checkout(ref)
File "C:\Users\dadad\dadadies\program\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pygit2\repository.py", line 401, in checkout
self.checkout_tree(treeish, **kwargs)
File "C:\Users\dadad\dadadies\program\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pygit2\repository.py", line 339, in checkout_tree
payload.check_error(err)
File "C:\Users\dadad\dadadies\program\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pygit2\callbacks.py", line 99, in check_error
check_error(error_code)
File "C:\Users\dadad\dadadies\program\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pygit2\errors.py", line 66, in check_error
raise GitError(message)
_pygit2.GitError: 40 conflicts prevent checkout
Press any key to continue . . .
Beta Was this translation helpful? Give feedback.
All reactions