Brian Bullock
When trying to git pull Comfy nodes into my RunPod, I'm met with a divergent branch error?
I'm looking to install multiple Comfy nodes, but I'm receiving an error. How can I fix?
root@b10b7d37a80c:/workspace/ComfyUI/custom_nodes# git pull https://github.com/ltdrdata/ComfyUI-Manager
remote: Enumerating objects: 5803, done.
remote: Counting objects: 100% (568/568), done.
remote: Compressing objects: 100% (194/194), done.
remote: Total 5803 (delta 395), reused 471 (delta 370), pack-reused 5235
Receiving objects: 100% (5803/5803), 4.35 MiB | 11.88 MiB/s, done.
Resolving deltas: 100% (4111/4111), done.
From https://github.com/ltdrdata/ComfyUI-Manager
* branch HEAD -> FETCH_HEAD
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
fatal: Need to specify how to reconcile divergent branches.
8 replies