Microsoft/vscode

Git - improve error handling for publishing an empty repository

Open

#246,562 建立於 2025年4月15日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)TypeScript (74,848 star) (10,221 fork)batch import
buggithelp wanted

描述

  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

貢獻者指南