question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The bots are now broken, since the `git://`-protocol is no longer supported

See original GitHub issue

Both 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:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
brendandahlcommented, Mar 16, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found