PRs and issues aren't loading
See original GitHub issue
Issue Type: Bug
The output channel says:
[Info] Registering git provider
Dev tools says:
rejected promise not handled within 1 second: Failed to execute git { "exitCode": 128, "gitCommand": "fetch", "stdout": "", "stderr": "fatal: couldn't find remote ref merogge/default2\n"} (at c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:104:30466)
I tried:
- restarting the extension host
- disabling the extension, reloading the window, enabling the extension
- switching branches
Extension version: 2021.7.30987 VS Code version: Code - Insiders 1.59.0-insider (e8a59bc6f920e731b47f0bc72263e82aba8b796e, 2021-07-22T05:14:01.507Z) OS version: Windows_NT x64 10.0.21376 Restricted Mode: No
System Info
| Item | Value |
|---|---|
| CPUs | Intel® Core™ i7-1065G7 CPU @ 1.30GHz (8 x 1498) |
| GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: enabled opengl: enabled_on rasterization: enabled skia_renderer: enabled_on video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
| Load (avg) | undefined |
| Memory (System) | 31.59GB (10.99GB free) |
| Process Argv | –crash-reporter-id 3420d46c-96c2-459d-a2a6-a3ea05795ead |
| Screen Reader | no |
| VM | 0% |
A/B Experiments
vsins829:30139715
vsliv368:30146709
vsreu685:30147344
vspor879:30202332
vspor708:30202333
vspor363:30204092
vspre833:30321513
vsdfh931:30280409
vshan820:30294714
vscus158:30321503
vscod805:30301674
bridge0708:30335490
Issue Analytics
- State:
- Created 2 years ago
- Comments:22 (16 by maintainers)
Top Results From Across the Web
PRS MT15 few hours old, issues issues issues
One is your pedals may just not like the signal from effects loop, some amps have line level loops and certain pedals aren't...
Read more >Pull requests list sometimes doesn't update, even after ...
The "Pull requests" tab on the "Current branch" dropdown frequently does not update with the latest PRs visible on the GitHub website.
Read more >PRs not registering in codecov/PR status - Support
PRs aren't showing up correctly on codecov, even though the bash upload from travis-ci completes fine, and the PR status is not being...
Read more >Why aren't all my works showing in the database?
It could be that there is no membership (CAE/IPI) number attached to the work you're trying to find. Try using Quick search to...
Read more >Why aren't PRs and issues from all of my GitHub organizations ...
If pull requests or issues from any of your GitHub organizations are missing, it's probably because at the time you authenticated with GitHub...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Between all the logs and screen shots I see a possible explanation.
This log line appearing twice is extremely suspicious:
It means that both the git extension and the Remote Repositories extension are registering as git providers in a “local” (not Remote Repository) setup. This shouldn’t be happening. Because Remote Repositories is registering, we wait for it to say that git is initialized, but it never is.
Thank you all for trying this so many times and collecting so many logs 🙏 I think I have enough to figure out how to solve this.
This has been fixed by https://github.com/microsoft/vscode-remote-repositories-github/issues/45 in RemoteHub, so I won’t make a work around change here.