git-credential
用于管理和存储 Git 用户凭证(如用户名和密码)。 更多信息:https://git-scm.com/docs/git-credential.
echo "{{url=http://example.com}}" | git credential fill
echo "{{url=http://example.com}}" | git credential approve
echo "{{url=http://example.com}}" | git credential reject