Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Troubleshooting

Michael Stanclift edited this page Oct 22, 2020 · 11 revisions

In addition to any known issues outlined here, please review the GitHub Issues page for real time user submitted bugs, enhancements or active/past discussions.

Updater Issues

If the built in updater doesn't function as expected, you can manually run the git commands that operate under the covers.

git fetch --all
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.

Sudo No TTY

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, as defined in the system requirements, for the user accounts on both the local and remote systems.

Clone this wiki locally