binance-trader icon indicating copy to clipboard operation
binance-trader copied to clipboard

can`t use git clone

Open darksoon opened this issue 7 years ago • 2 comments

I want to try the git clone way. On my Server i cant run docker :/

Here is the output:

Administrator@WIN-7SM163QVH8B MINGW64 ~/Desktop $ git clone [email protected]:binance-exchange/binance-java-api.git Cloning into 'binance-java-api'... The authenticity of host 'github.com (192.30.253.112)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

is this an error?

greetings

darksoon avatar Jan 09 '18 15:01 darksoon

You mean?

git clone https://github.com/unterstein/binance-trader.git

det-peralta avatar Jan 11 '18 00:01 det-peralta

You with have to authenticate to git for the binance-exchange/binance-java-api

Then you can git clone as follows:

#git clone https://github.com/binance-exchange/binance-java-api #git clone https://github.com/unterstein/binance-trader.git

Aussiebjl avatar Apr 22 '18 03:04 Aussiebjl