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

subprocess.TimeoutExpired: Command '['git', 'cat-file', '--batch-check']' timed out after 2 seconds #12

Open
swumagic opened this issue Jul 20, 2023 · 0 comments

Comments

@swumagic
Copy link

To create a public link, set share=True in launch().
*** Failed reading extension data from Git repository (asymmetric-tiling-sd-webui)
Traceback (most recent call last):
File "K:\StableDiffusion\sdwebui\modules\extensions.py", line 63, in do_read_info_from_repo
commit = repo.head.commit
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\refs\symbolic.py", line 226, in _get_commit
obj = self._get_object()
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\refs\symbolic.py", line 219, in _get_object
return Object.new_from_sha(self.repo, hex_to_bin(self.dereference_recursive(self.repo, self.path)))
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\objects\base.py", line 94, in new_from_sha
oinfo = repo.odb.info(sha1)
File "K:\StableDiffusion\sdwebui\py310\lib\site-packages\git\db.py", line 40, in info
hexsha, typename, size = self._git.get_object_header(bin_to_hex(binsha))
File "K:\StableDiffusion\sdwebui\modules\gitpython_hack.py", line 18, in get_object_header
ret = subprocess.check_output(
File "subprocess.py", line 421, in check_output
File "subprocess.py", line 505, in run
File "subprocess.py", line 1154, in communicate
File "subprocess.py", line 1546, in _communicate
subprocess.TimeoutExpired: Command '['git', 'cat-file', '--batch-check']' timed out after 2 seconds

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

1 participant