事象
先日、GitLabに格納してるプロジェクトをローカルで操作するために、
Git CMDからgit cloneを行うも、認証エラーが発生してしまった。
ググっても全く同じ事象が見つけられなかったので、
備忘録として残しておきます。
エラー内容は下記
Git CMDログ
Cloning into 'ほげほげプロジェクト'...
git: 'credential-manager-core' is not a git command. See 'git --help'.
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 https://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied
fatal: Authentication failed for 'https://gitlab.com/tokio-mori/management-function.git/'
原因
どうやら2FA認証をうまく突破できずに発生しているようでした。
解決法
ユーザー名はGitlabのアカウント名。
パスワードは発行したトークンを入力すれば突破できました。
トークン確認方法