1store
1store copied to clipboard
fatal: clone of '[email protected]:scylladb/libdeflate' into submodule path 'libdeflate' failed
I tried the following:
- git clone https://github.com/fastio/pedis.git
- git config --global url."https://github".insteadOf git://github
- git submodule update --init --recursive
I get following error:
Cloning into 'libdeflate'...
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:scylladb/libdeflate' into submodule path 'libdeflate' failed
Can someone help me fix this? Thanks
I have the same one......