git config --global credential.helper cache
git config --global credential.helper 'cache --timeout=3600'
https://help.github.com/articles/caching-your-github-password-in-git/
$ git tag v0.1.2-light
$ git tag -a v0.1.2 -m “0.1.2版本”