This repository was archived by the owner on Jul 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 132
Troubleshooting
Michael Stanclift edited this page Oct 21, 2020
·
11 revisions
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/masterIf your code is still not updating after this, reinstallation is suggested rather than spending all your time troubleshooting git commands.
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.