Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Bug: No such file or directory .git/index #11

Open
TachikakaMin opened this issue Mar 14, 2021 · 0 comments
Open

Bug: No such file or directory .git/index #11

TachikakaMin opened this issue Mar 14, 2021 · 0 comments

Comments

@TachikakaMin
Copy link

Traceback (most recent call last):
File "GitHack.py", line 40, in
main()
File "GitHack.py", line 21, in main
init()
File "GitHack.py", line 35, in init
start()
File "GitHack/lib/controler.py", line 21, in start
if method_a() or method_b() or method_c():
File "GitHack/lib/controler.py", line 56, in method_c
clone_from_cache()
File "GitHack/lib/git.py", line 116, in clone_from_cache
cache_objects()
File "GitHack/lib/git.py", line 265, in cache_objects
for entry in parse_index(os.path.join(paths.GITHACK_DIST_TARGET_GIT_PATH, "index")):
File "GitHack/lib/git.py", line 291, in parse_index
with open(filename, "rb") as o:
IOError: [Errno 2] No such file or directory: "/.git/index"

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

No branches or pull requests

1 participant