Skip to content

Fix repository URL in package.json #622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2025

Conversation

ExplodingCabbage
Copy link
Collaborator

We previously had the URL git://github.com/kpdecker/jsdiff.git, which uses the "Git protocol" (see https://git-scm.com/book/ms/v2/Git-on-the-Server-The-Protocols or https://stackoverflow.com/q/33846856/1709587). However, GitHub no longer supports the Git protocol (announced 2022: https://github.blog/security/application-security/improving-git-protocol-security-github/) so the URL is simply broken; trying to git clone git://github.com/kpdecker/jsdiff.git will hang for a while and then time out. Using https:// instead fixes it.

@ExplodingCabbage ExplodingCabbage merged commit 329f85b into master Jul 6, 2025
@ExplodingCabbage ExplodingCabbage deleted the ExplodingCabbage-patch-1 branch July 6, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant