I am trying to run sudo dlv debug
on Arch Linux and I keep getting following error:
error obtaining VCS status: exit status 128
Use -buildvcs=false to disable VCS stamping.
exit status 1
When I remove the .git folder, sudo dlv debug
runs as expected, so I assume it could be a configuration issue with git?!