If you get an error indicating that you don't have the correct access rights, first make sure that the repository exists. If the repository does exist you can either
In the file.gitmoduleschange:url =git@github.com:ESCOMP/CARMA_base.gittourl =https://github.com/ESCOMP/CARMA_base.git NOTE:don't forget to convert the colon ( : ) to the left of "ESCOMP" to a forward slash ( / )
Now do:
git submodule init
git submodule update
Type "cd CARMA" if not already in that directory
Build the regression test executables: type "./make-carma.csh" (or maybe "make-carma.csh", depending on the shell you use.)
Run the regression tests: type "./run-regress.csh" ("run-regress.csh")