git clone [email protected]:ripple/DockerDevEnv.git
cd DockerDevEnv
test/bats/bin/bats test/github.bats
OUTPUT
✓ git installed
✗ GH token conigured
(in test file test/github.bats, line 10)
`result=$(curl -s -u $(cat $CRED_DIR/.github_user_id):$(cat $CRED_DIR/.github_auth_token) https://api.github.com/users/$(cat $CRED_DIR/.github_user_id) | jq '.total_private_repos')' failed with status 127