mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-08 10:24:05 -04:00
Created Troubleshooting (markdown)
parent
f043a48870
commit
faa1d5612b
14
Troubleshooting.md
Normal file
14
Troubleshooting.md
Normal file
@ -0,0 +1,14 @@
|
||||
### Updater Issues
|
||||
|
||||
If the built in updater doesn't function as expected, you can manually run the git commands that operate under the covers.
|
||||
|
||||
```bash
|
||||
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](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.
|
Loading…
x
Reference in New Issue
Block a user