错误提示:
remote: HTTP Basic:
Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See http://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.com/java/man.git/'
原因:gitlub服务器 设置 二步验证之后, 在 Tterminal执行 git 命令 提示, 输入用户名和密码
原因:被设置二步验证后,访问git需要token信息
解决方法:在Terminal 中设置(执行指令) git remote set-url origin https://oauth2:token@gitlab.com/java/manage.git