microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.06k stars 29.23k forks source link

Randomly occurence of SSH passphrase prompts #164102

Open digitarald opened 2 years ago

digitarald commented 2 years ago

Type: Bug

I occasionally wake up my machine to find VS Code asking for my SSH passphrase for git. I am usually not entering my passphrase to use git.

image
2022-10-19 20:25:59.824 [info] git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Before and after, fetch just works fine.

022-10-19 19:31:04.962 [info] From github.com:microsoft/vscode-extension-recommender-exploration
 * branch            digitarald/patient-guineafowl -> FETCH_HEAD

VS Code version: Code - Insiders 1.73.0-insider (9d3fbb3d9a50055be0a8c6d721625d02c9de492d, 2022-10-19T09:48:31.480Z) OS version: Darwin x64 21.6.0 Modes: Sandboxed: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (16 x 2400)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|6, 7, 7| |Memory (System)|64.00GB (4.14GB free)| |Process Argv|--enable-proposed-api donjayamanne.kusto --log trace --crash-reporter-id 4cf0a6f0-aaf8-4da3-9b2b-81f6c639c12b| |Screen Reader|no| |VM|0%|
lszomoru commented 2 years ago

@digitarald, is the repository in question cloned using the SSH URL? When it occurs, can you check the git output window for the latest git command that is executed?