テクニカル雑記帳です
VScode Remote SSH で [Missing or invalid credentials.] が出る。
エラー
> git push -f origin develop
Missing or invalid credentials.
解決法
設定の git.terminalAuthentication
をOFFにする。
> git push -f origin develop
Missing or invalid credentials.
設定の git.terminalAuthentication
をOFFにする。