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 project does not install due to github's dropping of the git:// protocol support

See original GitHub issue

Do you want to request a feature or report a bug? Bug

What is the current behavior? npm install pusher/pusher-js does not complete.

$ npm install pusher/pusher-js                                                                                                                                                                       [10:06:31]
npm ERR! code 1
npm ERR! Command failed: git submodule update -q --init --recursive
npm ERR! warning: templates not found in /var/folders/pb/cwq_px3d3xjdlr931f9h_bqhsdlkx_/T/pacote-git-template-tmp/git-clone-f7be7ad6
npm ERR! fatal: remote error: 
npm ERR!   The unauthenticated git protocol on port 9418 is no longer supported.
npm ERR! Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

**If the current behavior is a bug, please provide the steps to reproduce and

  1. Create a new directory.
  2. npm init
  3. npm install pusher/pusher-js

What is the expected behavior? It installs.

**Which versions of Pusher, and which browsers / OS are affected by this issue? All.

** More Github ceased to support the git:// protocol, which this project uses in its .gitmodules at link. Changing the protocol there to https:// should fix the problem.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
stofcommented, Aug 18, 2022

should be closed as #587 has been merged

1reaction
benw-pushercommented, Jan 13, 2022

Thanks @d-ph. Reading the blog post you have shared it does seem like the change you mention is a good idea. I’ll share this issue with the engineering team internally to review and update.

Ben

Read more comments on GitHub >

github_iconTop Results From Across the Web

The unauthenticated git protocol on port 9418 is no longer ...
GitHub has dropped support for all unencrypted protocols, which only includes the Git protocol (those that uses the git:// prefix).
Read more >
Improving Git protocol security on GitHub
Improving Git protocol security on GitHub. We're changing which keys are supported in SSH and removing unencrypted Git protocol. Only users ...
Read more >
Deprecation of the git:// protocol on GitHub - Read the Docs Blog
At Read the Docs we found around 900 projects using a Git protocol URL ( git://github.com/user/project ) to clone their projects.
Read more >
Using Git in Apache NetBeans
To clone a repository from GitHub via the SSH protocol, proceed as follows: You need to have a GitHub account and be a...
Read more >
Source Control with Git in Visual Studio Code
Make sure Git is installed. VS Code will use your machine's Git installation (at least version 2.0.0 ), so you need to install...
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