cselab / smarties

Lightweight and scalable framework for Reinforcement Learning
MIT License
117 stars 49 forks source link

Requires ETH Z authorization to run Cubism 2D with Smarties #8

Open bhan5426 opened 2 years ago

bhan5426 commented 2 years ago

Hi, I tried running the CUP2D fish code on Smarties and it is based on Cubism code. When I tried downloading Cubism, it asks me to enter the password for git@gitlab.ethz.ch. Can you let me know what has to be done?

Please check below:

~/smarties/apps$ git clone --recursive https://github.com/novatig/CubismUP_2D.git Cloning into 'CubismUP_2D'... remote: Enumerating objects: 3569, done. remote: Total 3569 (delta 0), reused 0 (delta 0), pack-reused 3569 Receiving objects: 100% (3569/3569), 2.02 MiB | 4.06 MiB/s, done. Resolving deltas: 100% (2731/2731), done. Submodule 'Cubism' (git@gitlab.ethz.ch:/mavt-cse/Cubism) registered for path 'Cubism' Cloning into '/home/bhan5426/smarties/apps/CubismUP_2D/Cubism'... The authenticity of host 'gitlab.ethz.ch (129.132.202.219)' can't be established. ECDSA key fingerprint is SHA256:AUF8QHfAVmyToNK3fAwEVStEwrCseO+PLm5YgwYR2cA. Are you sure you want to continue connecting (yes/no)? y Please type 'yes' or 'no': yes Warning: Permanently added 'gitlab.ethz.ch,129.132.202.219' (ECDSA) to the list of known hosts. git@gitlab.ethz.ch's password:

novatig commented 2 years ago

Hello, Please clone from the following repository: https://github.com/novatig/Cubism Sorry for the inconvenience, I'm no longer involved in development of Cubism2D or 3D.