mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
set user.name and user.email for opendevin (#1842)
This commit is contained in:
@@ -257,6 +257,9 @@ class DockerSSHBox(Sandbox):
|
||||
self.start_ssh_session()
|
||||
# make sure /tmp always exists
|
||||
self.execute('mkdir -p /tmp')
|
||||
# set git config
|
||||
self.execute('git config --global user.name "OpenDevin"')
|
||||
self.execute('git config --global user.email "opendevin@opendevin.ai"')
|
||||
atexit.register(self.close)
|
||||
super().__init__()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user