Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git being too generous with modal dialogs #57630

Closed
jrieken opened this issue Aug 30, 2018 · 3 comments
Closed

Git being too generous with modal dialogs #57630

jrieken opened this issue Aug 30, 2018 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@jrieken
Copy link
Member

jrieken commented Aug 30, 2018

  • have vs code open
  • be in a browser for a while
  • go back to VS Code, press the git status bar icon to sync incoming changes
  • you will almost certainly get a modal dialog "informing" you about failure

suggestions

  • suggestion: don't fail so often
  • suggestion: don't block my work with not so informative modal dialogs
@jrieken
Copy link
Member Author

jrieken commented Aug 30, 2018

> git rev-parse master
> git rev-parse --symbolic-full-name master@{u}
> git rev-list --left-right master...refs/remotes/origin/master
> git for-each-ref --format %(refname) %(objectname) --sort -committerdate
> git remote --verbose
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse master
> git rev-parse --symbolic-full-name master@{u}
> git rev-list --left-right master...refs/remotes/origin/master
> git for-each-ref --format %(refname) %(objectname) --sort -committerdate
> git remote --verbose
> git fetch
> git pull --tags origin master
From github.com:Microsoft/vscode
   d1a9e7f2b2..a550394f34  master     -> origin/master
> git status -z -u
From github.com:Microsoft/vscode
 * branch                  master     -> FETCH_HEAD
error: cannot lock ref 'refs/remotes/origin/master': is at a550394f34888639ff7bb3d5b6742babe46d59f5 but expected d1a9e7f2b2c5211804c99d4f4c16c9d00350f84f
 ! d1a9e7f2b2..a550394f34  master     -> origin/master  (unable to update local ref)
> git symbolic-ref --short HEAD
> git rev-parse master
> git rev-parse --symbolic-full-name master@{u}
> git rev-list --left-right master...refs/remotes/origin/master
> git for-each-ref --format %(refname) %(objectname) --sort -committerdate
> git remote --verbose

@joaomoreno
Copy link
Member

/duplicate #47141

Moving it for September.

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 31, 2018
@vscodebot
Copy link

vscodebot bot commented Aug 31, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Aug 31, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants