본문 바로가기
Computer Vision/Computer Vision

how to deal with: "Missing or invalid credentials. fatal: Authentication failed for 'https://github.com/username/repo.git'"

by sk_victoria 2024. 3. 6.

Issue: when either "git push" or "git pull"

Missing or invalid credentials. fatal: Authentication failed for 'https://github.com/username/repo.git'

The problem occurred because of vscode error. I tried below and it went well.

1. Reloading the VSCode window (shift-control-P to open the Command Palette)
2. type in 'Developer: Reload Window'
3. press Enter.

댓글