Tambahkan kredensial ke git
git config user.name "your username"
git config user.password "your password"
Poor Peccary
git config user.name "your username"
git config user.password "your password"
# This cache timeout is in seconds
$ git config --global credential.helper 'cache --timeout=3600'