VScodeでgit連携しようとしたところ、次のようなエラーが出てしまいました。
git初心者なのでなにがなにやらわかりません。
一応config --global user.name 'hogehoge'でユーザーの登録はしているはずです。
あと作成したtest_vscode.gitはプライベートレポジトリーではないと思います。
Terminal
1> git push origin master 2Missing or invalid credentials. 3Error in request 4Missing or invalid credentials. 5Error in request 6remote: No anonymous write access. 7fatal: Authentication failed for 'https://github.com/hogehoge/test_vscode.git/'

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。