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

出现此错误 该怎排除 #23

Open
wangsubo opened this issue May 4, 2023 · 0 comments
Open

出现此错误 该怎排除 #23

wangsubo opened this issue May 4, 2023 · 0 comments

Comments

@wangsubo
Copy link

wangsubo commented May 4, 2023

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 "/root/GitHack/lib/controler.py", line 21, in start
if method_a() or method_b() or method_c():
File "/root/GitHack/lib/controler.py", line 56, in method_c
clone_from_cache()
File "/root/GitHack/lib/git.py", line 116, in clone_from_cache
cache_objects()
File "/root/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 "/root/GitHack/lib/git.py", line 291, in parse_index
with open(filename, "rb") as o:
IOError: [Errno 2] No such file or directory: '/root/GitHack/dist/_____/.git/index'

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