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

Cmd('git') failed due to: exit code(129) when updating node #921

Open
irrikrlla opened this issue Aug 1, 2024 · 8 comments
Open

Cmd('git') failed due to: exit code(129) when updating node #921

irrikrlla opened this issue Aug 1, 2024 · 8 comments

Comments

@irrikrlla
Copy link

屏幕截图 2024-08-01 224219
I tried to update a node, with the newest ComfyUImanager, but failed with the e Cmd('git') failed due to: exit code(129). I also tried to fix by modifying the code, but had no idea where is the bug. Is there any idea to solve this? It's the first time I meet the issue with manager.

@ltdrdata
Copy link
Owner

ltdrdata commented Aug 1, 2024

Please show the results of executing the following commands in cmd:

git diff --cached
git --version

@irrikrlla
Copy link
Author

屏幕截图 2024-08-02 083055
Here is the result~
git version is the latest, git diff --cached command gives nothing

@AlexanderDash
Copy link

+1
image

@AlexanderDash
Copy link

image
After entering this command, I can click on "try updata" in Comfyui. It's really strange. Do I have to enter this command every time I update? It's too troublesome. What should I do.

@ltdrdata
Copy link
Owner

After entering this command, I can click on "try updata" in Comfyui. It's really strange. Do I have to enter this command every time I update? It's too troublesome. What should I do.

That directory isn't on a network drive, is it?

@AlexanderDash
Copy link

After entering this command, I can click on "try updata" in Comfyui. It's really strange. Do I have to enter this command every time I update? It's too troublesome. What should I do.

That directory isn't on a network drive, is it?

“That directory isn't on a network drive, is it?” No, it may not have anything to do with this.

I found that running cmd as an administrator can solve this problem, but I don't know if it's safe to do so..

@ltdrdata
Copy link
Owner

After entering this command, I can click on "try updata" in Comfyui. It's really strange. Do I have to enter this command every time I update? It's too troublesome. What should I do.

That directory isn't on a network drive, is it?

“That directory isn't on a network drive, is it?” No, it may not have anything to do with this.

I found that running cmd as an administrator can solve this problem, but I don't know if it's safe to do so..

What about permission?

@AlexanderDash
Copy link

After entering this command, I can click on "try updata" in Comfyui. It's really strange. Do I have to enter this command every time I update? It's too troublesome. What should I do.

That directory isn't on a network drive, is it?

“That directory isn't on a network drive, is it?” No, it may not have anything to do with this.
I found that running cmd as an administrator can solve this problem, but I don't know if it's safe to do so..

What about permission?

I have found a solution。
https://www.zhihu.com/tardis/bd/art/619858339

Running Comfyui's cmd as an administrator can also solve the problem.

In addition, there is also an issue with ComfyUI Manager. Even though it reports an error with exit code (129), it still shows that the update was successful. The exception should be caught instead of informing the user that the update was successful.

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

3 participants