Exception: Failed to clone the repository. The error is: None
autoAgent) D:\download\AutoAgent-main\AutoAgent-main>auto main
2025-04-07 13:11:12.139902: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
2025-04-07 13:11:12.875592: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable TF_ENABLE_ONEDNN_OPTS=0.
E:\python\environment312\Lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
['cd', 'D:\download\AutoAgent-main\AutoAgent-main\workspace_meta_showcase\showcase_auto_agent\workplace', '&&', 'git', 'clone', '-b', 'autoagent_mirror', 'https://tjb-tech:@github.com/HKUDS/AutoAgent.git']
⠼ Creating environment...
⠧ Creating environment...
Traceback (most recent call last):
File "
File "
File "E:\python\environment312\Scripts\auto.exe_main.py", line 7, in
File "E:\python\environment312\Lib\site-packages\click\core.py", line 1161, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\python\environment312\Lib\site-packages\click\core.py", line 1082, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "E:\python\environment312\Lib\site-packages\click\core.py", line 1697, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\python\environment312\Lib\site-packages\click\core.py", line 1443, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\python\environment312\Lib\site-packages\click\core.py", line 788, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\download\AutoAgent-main\AutoAgent-main\autoagent\cli.py", line 209, in main
code_env, web_env, file_env = create_environment(docker_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\download\AutoAgent-main\AutoAgent-main\autoagent\cli.py", line 150, in create_environment
code_env.init_container()
File "D:\download\AutoAgent-main\AutoAgent-main\autoagent\environment\docker_env.py", line 62, in init_container
raise Exception(f"Failed to clone the repository. The error is: {result.stdout}")
Exception: Failed to clone the repository. The error is: None
When I run the "auto main", it occurs the above error, how should I fix it?
I see the same error, how did you solve it?