Greetings,
during my tests on a fresh Whonix Workstation, if the user types on the terminal:
sudo git
it receives the following error:
uwtwrapper uwt wrapper ERROR: /usr/bin/git.anondist-orig does not exist.
By using find
command, exists only the following file:
/usr/bin/git.anondist
Is it needed to make a symbolic link of this file called /usr/bin/git.anondist-orig? Or this last file is intended for different usage?
If I make the symbolic link, after executing sudo git
, I receive the following error:
uwtwrapper uwt wrapper ERROR: More than uwtwrapper_counter 10 nested executions (uwtwrapper_max: 10).
How can we fix?
Thank you