Your ComfyUI isn't git repo.
Your ComfyUI isn't git repo.
same
Attempt to update from the manager leads to that
Update using .bat file goes properly Other than that all is working normally
me too
I'm getting this now. I'm not able to update custom nodes as needed either.
The cause may be Git's safe.directory setting.
I encountered a similar error, but the owner of the ComfyUI directory was different from the running user.
I confirmed that the warning disappeared when I ran git config --global --add safe.directory {/path/to/ComfyUI} as the running user.
The cause may be Git's
safe.directorysetting.I encountered a similar error, but the owner of the ComfyUI directory was different from the running user.
I confirmed that the warning disappeared when I ran
git config --global --add safe.directory {/path/to/ComfyUI}as the running user.
Thank you so much for this. Was really pulling my hair our on this one. Issue popped up after a fresh Windows install. Your tip worked. Many thanks!