From dc7e1f14af6d646ed6254f270b67b77f6d79212e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slobodan=20Mi=C5=A1kovi=C4=87?= Date: Wed, 13 Apr 2022 10:28:31 -0700 Subject: [PATCH] Fix git fetch command `git` protocol is no longer supported by github, using it results in this error ``` Cloning into 'tabula'... 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. ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19cd060..35fb6a31 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Tabula has bindings for JRuby and R. If you end up writing bindings for another `rbenv`, ensure that JRuby is being used. ~~~ - git clone git://github.com/tabulapdf/tabula.git + git clone https://github.com/tabulapdf/tabula.git cd tabula gem install bundler -v 1.17.3