UNH-CORE / RM2-CACTUS

Modeling the DOE/Sandia RM2 cross-flow turbine with CACTUS.
MIT License
0 stars 0 forks source link

Issue cloning 'cactus' #46

Open kasztalo opened 7 years ago

kasztalo commented 7 years ago

I'm having an issue with cloning this repository over SSH (and HTTPs, I tried both); specifically, I can't find the 'cactus' repository and I wanted to check if there is something that I am missing. I included the output of terminal with the hope that it might show where I went wrong.

`fdrc@fdrc-Wild-Dog-Performance:~/Cactus$ git clone git@github.com:UNH-CORE/RM2-CACTUS.git --recursive Cloning into 'RM2-CACTUS'... remote: Counting objects: 857, done. remote: Total 857 (delta 0), reused 0 (delta 0), pack-reused 857 Receiving objects: 100% (857/857), 2.26 MiB | 2.02 MiB/s, done. Resolving deltas: 100% (490/490), done. Checking connectivity... done. Submodule 'RM2-tow-tank' (git@github.com:UNH-CORE/RM2-tow-tank.git) registered for path 'RM2-tow-tank' Submodule 'cactus' (git@github.com:petebachant/CACTUS.git) registered for path 'cactus' Submodule 'cactus-tools' (git@github.com:petebachant/CACTUS-tools.git) registered for path 'cactus-tools' Cloning into 'RM2-tow-tank'... remote: Counting objects: 1669, done. remote: Total 1669 (delta 0), reused 0 (delta 0), pack-reused 1669 Receiving objects: 100% (1669/1669), 1.81 MiB | 2.00 MiB/s, done. Resolving deltas: 100% (987/987), done. Checking connectivity... done. Submodule path 'RM2-tow-tank': checked out '7d784b43904a050d482f6a27e2a288d5f6e628d8' Cloning into 'cactus'... ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:petebachant/CACTUS.git' into submodule path 'cactus' failed`

whophil commented 7 years ago

The issue is that you do not have access to the CACTUS repository, which is access-controlled by Sandia National Laboratories.

You may request to download CACTUS from here: http://energy.sandia.gov/energy/renewable-energy/wind-power/wind-resources/wind-software-downloads/cactus-software-download/. As I am no longer affiliated with the CACTUS project, I do not know if they will give you the source code, or only a binary.

After you download CACTUS, you may be able to manually insert the code/binary into the appropriate folder in your RM2-CACTUS directory.