I was able to push to 'myrepo' from my terminal without any issues until recently. Now, I am getting this -
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/4714/vscode-git-b650b12c34.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/run/user/4714/vscode-git-b650b12c34.sock'
}
Missing or invalid credentials.
Error: connect ECONNREFUSED /run/user/4714/vscode-git-b650b12c34.sock
    at PipeConnectWrap.afterConnect [as oncomplete] (net.js:1146:16) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '/run/user/4714/vscode-git-b650b12c34.sock'
}
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/me/myrepo'
'myrepo' is a private repo and I am a collaborator. The repository exists and my gitconfig is set properly. This error has appeared all of a sudden.
I was using integrated VS Code terminal but this same error appears when I use my desktop terminal too.
I have tried all fixes here including setting git.terminalAuthentication: false. However as I mentioned, I am getting this error outside VS Code too.
Can anyone please help me solve this issue. Thanks!
