rasa / scoop-directory

A searchable directory of buckets for the scoop package manager for Windows
https://rasa.github.io/scoop-directory/
MIT License
864 stars 76 forks source link

All content has been removed in the latest commit #75

Closed SpecterShell closed 2 years ago

SpecterShell commented 2 years ago

https://github.com/rasa/scoop-directory/commit/45534a6f4b8015b0ad8e258e648f8d387453d0b5

tech189 commented 2 years ago

That explains why the search suddenly stopped working! Maybe it was a one-off and the next CI update will restore it.

rasa commented 2 years ago

Yikes! I'll add code to keep this from happening in the future.

rasa commented 2 years ago

https://github.com/rasa/scoop-directory/runs/4777058707?check_suite_focus=true#step:5:1 shows:

Cmd('git') failed due to: exit code(128)
cmdline: git clone -v --depth=1 git://github.com/ScoopInstaller/Extras.git /home/runner/work/scoop-directory/scoop-directory/cache/ScoopInstaller+Extras
stderr: 'Cloning into '/home/runner/work/scoop-directory/scoop-directory/cache/ScoopInstaller+Extras'...
Looking up github.com ... done.
Connecting to github.com (port 9418) ... 140.82.112.4 done.
fatal: remote error: 
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
tech189 commented 2 years ago

Fixed thanks!