Project

General

Profile

Bug #5205

Updated by Davide Pesavento almost 2 years ago

On Ubuntu 20.04 with git version 2.25.1, `sudo ./waf install` causes warning message: 

 ``` ```shell 
 ubuntu@nfddev:~/ndn-cxx$ sudo ./waf install 
 Waf: Entering directory `/home/ubuntu/ndn-cxx/build' 
 fatal: unsafe repository ('/home/ubuntu/ndn-cxx' is owned by someone else) 
 To add an exception for this directory, call: 

         git config --global --add safe.directory /home/ubuntu/ndn-cxx 
 ``` 

 Running the suggested command does not clear this warning.

Back