无论我选择哪个C*版本,我都会得到HTTP 404错误。我试过了
$ ccm create test -v 3.0
$ ccm create test -v 2.1
在这两种情况下,我都得到了错误,
16:42:23,601 ccm WARNING Downloading 2.1 failed, trying to build from git instead.
The error was: Invalid version 2.1 (underlying error is: HTTP Error 404: Not Found)
http://git.apache.org/cassandra.git git:cassandra-2.1发布于 2017-11-02 04:43:02
试着跑,
$ ccm create test -v 3.0.0
$ ccm create test -v 2.1.0
https://stackoverflow.com/questions/47059711
复制相似问题