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
When running scoop status command without online connection,
Scoop prints out message saying that Scoop is up to date. Everything is ok!.
(even while the previous line says that connection failed).
> scoop status
fatal: unable to access 'https://github.com/lukesampson/scoop/': Could not resolve host: github.com
Scoop is up to date.
Everything is ok!
Expected output would have been to parse the Could not resolve host line,
and adjust following lines (about Everything is ok!) accordingly.
After the network connection was recovered (by plugging the cable to the wall...),
everything else was back to normal.
> scoop status
Scoop is up to date.
Everything is ok!
The text was updated successfully, but these errors were encountered:
When running
scoop status
command without online connection,Scoop prints out message saying that
Scoop is up to date. Everything is ok!
.(even while the previous line says that connection failed).
Expected output would have been to parse the
Could not resolve host
line,and adjust following lines (about
Everything is ok!
) accordingly.After the network connection was recovered (by plugging the cable to the wall...),
everything else was back to normal.
The text was updated successfully, but these errors were encountered: