asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
439 stars 107 forks source link

Update the git:// protocol to use HTTPS instead #381

Closed HarshCasper closed 2 years ago

HarshCasper commented 2 years ago

Description

GitHub has recently dropped the support for the git:// protocol. Running git clone git://github.com/BurntSushi/erd yields this:

Cloning into 'erd'...
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.

More background information on this blog: https://github.blog/2021-09-01-improving-git-protocol-security-github/

This PR updates the git:// protocol to use HTTPS instead