Search Docs
在用户名/密码方式在废弃后,需要使用 token 访问
配置 token 方式:
钥匙串访问工具
参考:更新 OSX 密钥链中的凭据
# git credential-osxkeychain <get|store|erase> # 查看 git credential-osxkeychain get # 添加 echo "\ protocol=https host=github.com username=$NAME password=$PASSWD" | git credential-osxkeychain store # 删除 git credential-osxkeychain erase
双因素认证
TOTP Authenticator