Obtaining the Source Code
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to configure Git:
git config --global http."sslVerify" false
- Run the following command to download the MOOSE source code:
git clone https://github.com/idaholab/moose.git
Parent topic: MOOSE Framework 1.0.0 Porting Guide (CentOS 7.6)