Updated Troubleshooting (markdown)

Michael Stanclift 2021-02-04 20:59:57 -06:00
parent d8a8bd70cc
commit 971fe88221

@ -11,7 +11,7 @@ git reset --hard origin/master
If your code is still not updating after this, reinstallation is suggested rather than spending all your time troubleshooting `git` commands. If your code is still not updating after this, reinstallation is suggested rather than spending all your time troubleshooting `git` commands.
### Sudo No TTY ### sudo: no tty present
If you get the error `sudo: a terminal is required to read the password` or `sudo: no tty present and no askpass program specified` during your execution, make sure you have [implemented passwordless sudo](https://linuxize.com/post/how-to-run-sudo-command-without-password/), as defined in the system requirements, for the user accounts on both the local and remote systems. If you get the error `sudo: a terminal is required to read the password` or `sudo: no tty present and no askpass program specified` during your execution, make sure you have [implemented passwordless sudo](https://linuxize.com/post/how-to-run-sudo-command-without-password/), as defined in the system requirements, for the user accounts on both the local and remote systems.