Skip to content

Fix repository URL in package.json#622

Merged
ExplodingCabbage merged 1 commit intomasterfrom
ExplodingCabbage-patch-1
Jul 6, 2025
Merged

Fix repository URL in package.json#622
ExplodingCabbage merged 1 commit intomasterfrom
ExplodingCabbage-patch-1

Conversation

@ExplodingCabbage
Copy link
Copy Markdown
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