The following commands set up credidentials and a login timeout for git in the Cloud9 IDE environment.
- git config --global user.name "${C9_FULLNAME}"
- git config --global user.email $C9_EMAIL
- git config --global credential.helper 'cache --timeout 5400'
- git config --global core.editor '/mnt/shared/sbin/c9 open --wait'
- git config --global credential.https://git.521000.best.username $C9_EMAIL