Microsoft/vscode

Git - integration displays unhelpful error message when pushing large file

Open

#226 011 ouverte le 19 août 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)TypeScript (10 221 forks)batch import
buggitgithubhelp wanted

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

Description

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.92.2
  • OS Version: Windows 10 21H1

Pushing a large file (over Github's maximum of 100MB) results in a pop-up error message prompting the user to try pulling first:

Can't push refs to remove. Try running "Pull" first to integrate your changes

Reviewing the actual error message by clicking through to the terminal or command output reveals the actual issue, but including the actual error message in the pop-up may be helpful to some users.

Steps to Reproduce:

  1. Commit a large file
  2. Push or sync

Edit: Issue remains in 1.92.2

Guide contributeur