Open Menu
AllLocalCommunitiesAbout
FBXL Lotide
AllLocalCommunitiesAbout
Login

What does it mean when the vs code says this ?

⁨2⁩ ⁨likes⁩

Submitted ⁨⁨1⁩ ⁨day⁩ ago⁩ by ⁨LoveEspresso@retrofed.com⁩ to ⁨ask@piefed.social⁩

RN6mjF71g8wYu3O.png

source

Comments

Sort:hotnewtop
  • hemko@lemmy.dbzer0.com ⁨1⁩ ⁨day⁩ ago

    You don’t have git installed. You can install it using your OSes package manager, like apt install git on Debian and derivatives

    source
    • LoveEspresso@retrofed.com ⁨1⁩ ⁨day⁩ ago

      I have git version 2.53.0 installed.

      source
  • sj_zero ⁨1⁩ ⁨day⁩ ago federation: confirmed

    git isn't part of your powershell path.

    • LoveEspresso@retrofed.com ⁨1⁩ ⁨day⁩ ago

      i am using it from my WSL

      source
  • Object@sh.itjust.works ⁨1⁩ ⁨day⁩ ago

    You don’t have git installed on your PC. Download the installer from https://git-scm.com/install/windows, or just enter this command to install it: winget install --id Git.Git -e --source winget

    source
    • LoveEspresso@retrofed.com ⁨1⁩ ⁨day⁩ ago

      git version 2.53.0 is already existing in my system.

      source
      • Object@sh.itjust.works ⁨1⁩ ⁨day⁩ ago

        These are things I would try:

        1. Restart VSCode
        2. Restart computer (because newly installed programs don’t get registered by other programs until you fully restart them)
        3. Click on the down arrow next to plus icon (which is next to the text “powershell") in your screenshot, and see if git bash is available there. It should appear as an entry in the list.

        Not sure what I would do if none of these work.

        source
        • -> View More Comments
    • LoveEspresso@retrofed.com ⁨1⁩ ⁨day⁩ ago

      It’s saying command winget not found.

      source
    • LoveEspresso@retrofed.com ⁨1⁩ ⁨day⁩ ago

      i see. Thanks.

      source