refactor(git): principled way to set git configuration for agents & re-enable git settings in UI (#10293)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Xingyao Wang
2025-08-13 16:45:15 -04:00
committed by GitHub
parent 6bdc5563cf
commit d256348a46
8 changed files with 83 additions and 71 deletions

View File

@@ -57,10 +57,6 @@ def get_action_execution_server_startup_command(
username,
'--user-id',
str(user_id),
'--git-user-name',
app_config.git_user_name,
'--git-user-email',
app_config.git_user_email,
*browsergym_args,
]