The bots are now broken, since the `git://`-protocol is no longer supported
See original GitHub issueBoth of the bots are broken starting today, see the error below, since GitHub has removed support for the git://
-protocol; please see https://github.blog/2021-09-01-improving-git-protocol-security-github/#when-are-these-changes-effective
!!! Error executing command:
git clone git://github.com/mozilla/pdf.js.git .
Cloning into '.'...
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.
Based on a cursory look this isn’t code originating in https://github.com/mozilla/botio-files-pdfjs, but rather code found in its dependency https://github.com/arturadib/botio
One way to “fix” this would be to implement issue #11851 instead, but given the size/scope of that one we probably need to manually update the bots to allow testing/development to continue working for now.
/cc @brendandahl
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
The unauthenticated git protocol on port 9418 is no longer ...
I have been using github actions for quite sometime but today my deployments started failing. Below is the error from github ...
Read more >Package resolved to relying on unencrypted git protocol is ...
As if there are many package resolved to install via git protocol, they are now all broken. Is there a way to force...
Read more >Deprecation of the git:// protocol on GitHub - Read the Docs Blog
Last year, GitHub announced the deprecation of the unsecured Git ... The unauthenticated git protocol on port 9418 is no longer supported.
Read more >Improving Git protocol security on GitHub | The GitHub Blog
Hello from Git Systems, the team at GitHub that makes sure your source code is available and secure. We're making some changes to...
Read more >4.1 Git on the Server - The Protocols
A remote repository is generally a bare repository — a Git repository that has no working directory. Because the repository is only used...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Alright, should be working now. There was something weird with the linux bot using a cached version of botio. Wiping out the modules then
npm i
corrected it.I’m not positive the post merge hook will work as expected. We’ll need to check it after the next PR merge and ensure gh-pages is also updated.
I updated the urls in https://github.com/brendandahl/botio/commit/001c01c0053f6f29b484b435c6d8dfbaacba52d9.