microsoft / vscode

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

Not able to git pull #225243

Closed priyankak-metacube closed 1 month ago

priyankak-metacube commented 2 months ago

Type: Bug

priyanka@priyanka-kumbhar:/var/www/html/BrandSites-WhiteLabel$ git pull remote: The organization has enabled or enforced SAML SSO. remote: To access this repository, you must re-authorize the OAuth Application 'GitHub for VS Code'. fatal: unable to access '': The requested URL returned error: 403

VS Code version: Code 1.89.1 (dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:16:23.416Z) OS version: Linux x64 5.15.0-117-generic Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (8 x 2100)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|1, 1, 1| |Memory (System)|15.38GB (1.08GB free)| |Process Argv|| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|x11|
Extensions (21) Extension|Author (truncated)|Version ---|---|--- drupal-smart-snippets|and|2.1.0 vscode-intelephense-client|bme|1.12.2 vscode-eslint|dba|3.0.8 empty-indent|Dmi|0.2.0 drupal-8-snippets|dss|0.0.2 gitlens|eam|15.2.3 prettier-vscode|esb|10.4.0 composer|ika|0.8.0 twig-language-2|mbl|0.9.4 vscode-docker|ms-|1.29.1 remote-containers|ms-|0.380.0 php-docblocker|nei|2.7.0 vscode-phpcbf|per|0.0.8 phpcs|she|1.0.8 drupal-8-javascript-snippets|tse|0.0.2 drupal-8-twig-snippets|tse|1.0.2 indent-one-space|use|1.0.0 vscode-phpsab|val|0.0.18 twig|wha|1.0.2 php-debug|xde|1.35.0 php-intellisense|zob|1.3.3
vs-code-engineering[bot] commented 2 months ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.92.1. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

lszomoru commented 2 months ago

@priyankak-metacube, are you running git pull from the integrated terminal in VS Code? What happens if you are trying to run git pull from an external terminal? Thank you!

priyankak-metacube commented 2 months ago

When i try git pull from external terminal : it is working fine

--------------------------------------------------------------------------------------------------------------------- When i try git pull from integrated terminal in VS Code : it is showing below error

**priyanka@priyanka-kumbhar:/var/www/html/BrandSites-WhiteLabel$ git pull remote: The organization has enabled or enforced SAML SSO. remote: To access this repository, you must re-authorize the OAuth Application 'GitHub for VS Code'. fatal: unable to access '': The requested URL returned error: 403**

lszomoru commented 2 months ago

@priyankak-metacube, are you signed in to VS Code with your GitHub account? Could you try signing out, signing back in with your GitHub account? Thanks!

vs-code-engineering[bot] commented 1 month ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!