Microsoft/vscode

Git - improve error handling for publishing an empty repository

Aperta

#246.562 aperta il 15 apr 2025

 (2 commenti) (0 reazioni) (1 assegnatario)TypeScript (39.847 fork)batch import
Content: Web APIbugeffort: mediumgithelp wanted

Metriche repository

Star
 (184.936 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

  1. mkdir test; cd test; git init .
  2. Add a file e.g. touch README.md
  3. Execute Git: Publish command
  4. Choose either private or public repo
  5. :bug: publish fails with the following error

Forked from https://github.com/microsoft/vscode/issues/244816#issuecomment-2756220251

Guida contributor