mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-13 16:05:15 +00:00
f1ea69474d
Git will refuse to generate information for the report if the repository is owned by a different user (root in the container vs the real owner outside). e.g: Error generating human readable git reference: fatal: unsafe repository ('/cloud-hypervisor' is owned by someone else) To add an exception for this directory, call: git config --global --add safe.directory /cloud-hypervisor Signed-off-by: Rob Bradford <robert.bradford@intel.com>