【Gitlab】MFAを有効化した後に「remote: You must use a personal access token with ‘read_repository’ or ‘write_repository’ scope for Git over HTTP.」となりプライベートリポジトリからのgit pull等の操作ができない

remote: You must use a personal access token with 'read_repository' or 'write_repository' scope for Git over HTTP.
プライベートリポジトリへアクセスするためには、Tokeを発行する必要がでてくる。
UserSettings→AccessTokenでTokenを発行
その後、以下コマンドでGitリポジトリURLを変更する
git remote set-url origin https://oauth2:<発行したToken>@gitlab.vamdemic.com/tools.git