The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/larson-group/cam.git
> git init /home/jenkins/workspace/cam_scam_gfortran_debug_test # timeout=10
Fetching upstream changes from https://github.com/larson-group/cam.git
> git --version # timeout=10
> git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials A token based key used by Jenkins to preform Github actions, created 6/21/2021
> git fetch --tags --force --progress -- https://github.com/larson-group/cam.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c0a710c144a2cb7367fd07d20be1f9ab92757a45 (refs/remotes/origin/clubb_silhs_devel)
Commit message: "Autoupdated CLUBB_core Commit a67d637da217289ec8a0ddd2ea464d782b9ca79c Author: huebleruwm Date: Fri Jul 19 15:33:33 2024 -0600 Fixing bug. qclvar copying is handled by the api, but we were deleting it with an unstructured data statement. I added this due as a fix before thinking qclvar was a local variable, which happened because I mixed up the CLUBB_CAM and CLUBBND_CAM flags. https://github.com/larson-group/cam/issues/175"
> git config remote.origin.url https://github.com/larson-group/cam.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/clubb_silhs_devel^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f c0a710c144a2cb7367fd07d20be1f9ab92757a45 # timeout=10
> git rev-list --no-walk 2c670ccd5b09186877606c9c0ef3d20864e90167 # timeout=10