From readjust at riseup.net Sun Dec 17 14:19:12 2017 From: readjust at riseup.net (readjust) Date: Sun, 17 Dec 2017 07:19:12 -0600 Subject: [Whonix-users] Installing / Using Git Message-ID: <56ec7e02-189d-7a89-0959-43802b383541@riseup.net> How does one use git from whonix-workstation? There appears to be a file at /usr/bin/git, but it is owned by root and doesn't appear to work. Is it safe to `apt install git`? user at host:~$ which git /usr/bin/git user at host:~$ /usr/bin/git The program 'git' is currently not installed.  To run 'git' please ask your administrator to install the package 'git' git: command not found user at host:~$ ls -al /usr/bin/git lrwxrwxrwx 1 root root 12 Aug  5  2016 /usr/bin/git -> git.anondist user at host:~$ cat /usr/bin/git #!/bin/bash ## This file is part of Whonix. ## Copyright (C) 2012 - 2014 Patrick Schleizer ## See the file COPYING for copying conditions. export uwtwrapper_parent="${BASH_SOURCE[0]}" exec /usr/lib/uwtwrapper ${1+"$@"}