Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Issue #86

Closed
wonchooo opened this issue Dec 22, 2024 · 6 comments
Closed

Installing Issue #86

wonchooo opened this issue Dec 22, 2024 · 6 comments

Comments

@wonchooo
Copy link

I tried installing on Comfyui but "Import Failed", tried fixing but the problem is still there.
Also tried manual installing but also have an error:

        For security reasons, this is disallowed by default.
          If this is intentional and the hook should actually be run, please
          run the command again with `GIT_CLONE_PROTECTION_ACTIVE=false`
          warning: Clone succeeded, but checkout failed.
          You can inspect what was checked out with 'git status'
          and retry with 'git restore --source=HEAD :/'

Capture

@tonyklose1984
Copy link

yes a also have this problem.

@tonyklose1984
Copy link

image
install requirment also have issues.

@nnppmm
Copy link

nnppmm commented Dec 24, 2024

me too

@AI-Made-Simple
Copy link

I am also getting this error. Anyone able to fix it?

fatal: active post-checkout hook found during git clone:
..tx-video_1ed18d470b1d46faa20952c2818354f3/.git/hooks/post-checkout
For security reasons, this is disallowed by default.
If this is intentional and the hook should actually be run, please
run the command again with GIT_CLONE_PROTECTION_ACTIVE=false
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

error: subprocess-exited-with-error

@kvochko
Copy link
Member

kvochko commented Dec 25, 2024

You can try to update your system-level git - there was a bug in git some time ago that you may be encountering. Try

git update

or, if your git version is very old,

git update-git-for-windows

@AI-Made-Simple
Copy link

You can try to update your system-level git - there was a bug in git some time ago that you may be encountering. Try

git update

or, if your git version is very old,

git update-git-for-windows

thank you , this resolved the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@kvochko @AI-Made-Simple @tonyklose1984 @wonchooo @nnppmm @Shecht-ltx and others