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

Execute update_comfyui.bat:_pygit2.GitError: failed to send request: 操作超时 #6288

Open
IAFFeng opened this issue Dec 31, 2024 · 6 comments · May be fixed by #6332
Open

Execute update_comfyui.bat:_pygit2.GitError: failed to send request: 操作超时 #6288

IAFFeng opened this issue Dec 31, 2024 · 6 comments · May be fixed by #6332
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@IAFFeng
Copy link

IAFFeng commented Dec 31, 2024

Expected Behavior

How to solve it, it can always be updated

Actual Behavior

Execute update_comfyui.bat, unable to update, there are agents, can always pull, the error appears in the past two days

Steps to Reproduce

Execute update_comfyui.bat, unable to update, there are agents, can always pull, the error appears in the past two days

Debug Logs

stashing current changes
nothing to stash
creating backup branch: backup_branch_2024-12-31_16_06_11
checking out master branch
pulling latest changes
Traceback (most recent call last):
  File "H:\ComfyUI_windows_portable\update\update.py", line 76, in <module>
    pull(repo)
  File "H:\ComfyUI_windows_portable\update\update.py", line 11, in pull
    remote.fetch()
  File "H:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pygit2\remotes.py", line 160, in fetch
    payload.check_error(err)
  File "H:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pygit2\callbacks.py", line 99, in check_error
    check_error(error_code)
  File "H:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pygit2\errors.py", line 66, in check_error
    raise GitError(message)
_pygit2.GitError: failed to send request: 操作超时

Other

No response

@IAFFeng IAFFeng added the Potential Bug User is reporting a bug. This should be tested. label Dec 31, 2024
@githubjoshuali
Copy link

I downloaded ComfyUI 0.3.10 portable version for Windows yesterday, and encountered the same problem as you when I clicked the update_comfyui.bat to run. Now it still hasn't been resolved, is there any big shot who can solve this?

@ltdrdata
Copy link
Collaborator

ltdrdata commented Jan 1, 2025

Please check if git pull works properly in the ComfyUI_windows_portable\ComfyUI directory within your network environment.

@githubjoshuali
Copy link

githubjoshuali commented Jan 1, 2025

When I just ran git pull command in the ComfyUI_windows_portable\ComfyUI directory, the following feedback information was provided like this:
fatal: unable to access 'https://github.com/comfyanonymous/ComfyUI/': Failed to connect to github.com port 443 after 21104 ms: Could not connect to server
My network environment is using VPN. but it still shows error even if I didn't use VPN.

@ltdrdata
Copy link
Collaborator

ltdrdata commented Jan 1, 2025

When I just ran git pull command in the ComfyUI_windows_portable\ComfyUI directory, the following feedback information was provided like this: fatal: unable to access 'https://github.com/comfyanonymous/ComfyUI/': Failed to connect to github.com port 443 after 21104 ms: Could not connect to server My network environment is using VPN. but it still shows error even if I didn't use VPN.

Try using a different VPN.

@githubjoshuali
Copy link

When I just ran git pull command in the ComfyUI_windows_portable\ComfyUI directory, the following feedback information was provided like this: fatal: unable to access 'https://github.com/comfyanonymous/ComfyUI/': Failed to connect to github.com port 443 after 21104 ms: Could not connect to server My network environment is using VPN. but it still shows error even if I didn't use VPN.

Try using a different VPN.

Thanks a lot! I JUST turn on TUN MODE in my proxy software, and then it works

@kaiery
Copy link

kaiery commented Jan 2, 2025

Does it not support http proxy?

@ChiNoel-osu ChiNoel-osu linked a pull request Jan 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants