Fix bash timeout issue caused by interactive git clone prompts (#9148)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Graham Neubig
2025-06-16 08:39:28 -04:00
committed by GitHub
parent 432d8829dc
commit cbe32a1a12
8 changed files with 46 additions and 5 deletions

View File

@@ -366,6 +366,7 @@ class AgentSession:
headless_mode=False,
attach_to_existing=False,
env_vars=env_vars,
git_provider_tokens=git_provider_tokens,
)
# FIXME: this sleep is a terrible hack.