You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shouldn't allow transient errors to trigger unhandled exceptions like this:
Syncing repo "/home/jss9/.local/share/git-sync/repos/wikipedia-lua/.git"...
Traceback (most recent call last):
File "/home/jss9/.local/lib/git-sync/git-sync.py", line 361, in <module>
main(sys.argv[1:])
File "/home/jss9/.local/lib/git-sync/git-sync.py", line 353, in main
repo.sync()
File "/home/jss9/.local/lib/git-sync/git-sync.py", line 331, in sync
self._pull()
File "/home/jss9/.local/lib/git-sync/git-sync.py", line 187, in _pull
self.repo.git.pull()
File "/usr/lib/python3.8/site-packages/git/cmd.py", line 542, in <lambda>
return lambda *args, **kwargs self._call_process(name, *args, **kwargs)
File "/usr/lib/python3.8/site-packages/git/cmd.py", line 1005, in _call_process
return self.execute(call, **exec_kwargs)
File "/usr/lib/python3.8/site-packages/git/cmd.py", line 822, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError Cmd('git') failed due to exit code(1)
cmdline git pull
stderr 'ssh Could not resolve hostname github.com Name or service not known
fatal Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.'
CRITICAL Exiting due to uncaught exception <class 'git.exc.GitCommandError'>
The text was updated successfully, but these errors were encountered:
We shouldn't allow transient errors to trigger unhandled exceptions like this:
The text was updated successfully, but these errors were encountered: