VykosX / ControlFlowUtils

Custom nodes for ComfyUI to enable flow control with advanced loops, conditional branching, logic operations and several other nifty utilities to enhance your ComfyUI workflows
GNU General Public License v3.0
70 stars 4 forks source link

Can't update, getting a "Committer identity unknown" error #8

Open Talae06 opened 3 weeks ago

Talae06 commented 3 weeks ago

Trying to update, either through ComfuyUI Manager or through a manual git pull, fails with this message :

Committer identity unknown *** Please tell me who you are.

Run

git config --global user.email "you@example.com" git config --global user.name "Your Name"

to set your account's default identity. Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'Talae@Talae.(none)')

Running the indicated git config commands doesn't resolve the issue. Any help ? Thanks in advance !