basho / eleveldb

Erlang LevelDB API
263 stars 176 forks source link

Fix git clone URL #264

Closed om26er closed 2 years ago

om26er commented 2 years ago

Starting today, we can no longer clone a repository from Github using git:// protocol.

om26er@HomePC:~/scm/simplethings/eleveldb$ git clone git://github.com/basho/leveldb
Cloning into 'leveldb'...
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.

This PR changes the code to use https instead.

martinsumner commented 2 years ago

Only develop-3.0 branch is being actively developed (and this, I believe has this change already) - and even then only small, critical fixes. It might be better to switch to develop-3.0, rather than trying to update develop.

martincox commented 2 years ago

Yep, already fixed in develop-3.0.