You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just installed emu and during initial clone of openpilot I get an error. See below for copy of terminal.
`
root@localhost:/data$ emu fork list
To set up emu fork management we will clone commaai/openpilot into /data/openpilot
Confirm you would like to continue
[Y/n]: Y
Cloning commaai/openpilot into /data/openpilot, please wait...
Cloning into '/data/openpilot'...
remote: Enumerating objects: 45323, done.
remote: Counting objects: 100% (346/346), done.
remote: Compressing objects: 100% (152/152), done.
remote: Total 45323 (delta 225), reused 275 (delta 190), pack-reused 44977
Receiving objects: 100% (45323/45323), 1.43 GiB | 2.47 MiB/s, done.
Resolving deltas: 100% (25529/25529), done.
error: Untracked working tree file '.overlay_init' would be overwritten by merge.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
❌ Error while cloning, please try again`
The text was updated successfully, but these errors were encountered:
Meant to reply, but I think you need to kill openpilot before starting the setup; updated wrote a file to the same directory git was cloning into. Might want to do this automatically in the future, but see if killing openpilot first works
sshane
changed the title
Error during initial clone
Kill openpilot before starting setup
Jun 5, 2021
Just installed emu and during initial clone of openpilot I get an error. See below for copy of terminal.
`
root@localhost:/data$ emu fork list
To set up emu fork management we will clone commaai/openpilot into /data/openpilot
Confirm you would like to continue
[Y/n]: Y
Cloning commaai/openpilot into /data/openpilot, please wait...
Cloning into '/data/openpilot'...
remote: Enumerating objects: 45323, done.
remote: Counting objects: 100% (346/346), done.
remote: Compressing objects: 100% (152/152), done.
remote: Total 45323 (delta 225), reused 275 (delta 190), pack-reused 44977
Receiving objects: 100% (45323/45323), 1.43 GiB | 2.47 MiB/s, done.
Resolving deltas: 100% (25529/25529), done.
error: Untracked working tree file '.overlay_init' would be overwritten by merge.
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
❌ Error while cloning, please try again`
The text was updated successfully, but these errors were encountered: