Home > other >  Git: Clone Missing in VS Code
Git: Clone Missing in VS Code

Time:01-28

VSCode Version: 1.63

OS: Mac Monterey

I'm missing the option to clone repository. I have another Mac where it shows just fine.

I checked settings and Git is missing under Extensions but I'm unsure how to get it back.

Explorer in VSCode

Things I've tried:

  • Shift Ctrl P Git:Clone (doesn't exist)
  • Ensuring git and python are installed (they are)
  • Verified that Github: Git Auth is enabled under Preferences (it is)
  • Uninstalling/reinstalling (no change)
  • Rebooted machine (no change)

CodePudding user response:

Assuming you are launching VSCode from a shell where git is recognized/installed, check first, as in here, it is not a license issue.

See "microsoft/vscode issue 81287": xcodebuild license needs renewing.

CodePudding user response:

If vs code don't see git, it should be a problem of path. I think you will find the answer here.

  •  Tags:  
  • Related