I have been using git in VS 2019 CE for 2yrs without any problems. I have just installed VS 2022 and git doesn't seem to work. In VS 2022 CE I loaded a uncontrolled solutions then used git to initialise and push the loaded solution. It appears to have created the repository but not pushed the files. It reports there have been errors but doesn't tell me what the errors are. The snapshot below shows the screen - nothing seems to change from first loading a newly installed VS 2022 until after clicking the 'Create Git Repository button'. Clicking 'Add to source Control' or 'Select repository' doesn't seems to change the state of the screen. I have reloaded VS and re-booted & reloaded VS without success. I have tried the solutions suggested in SO without success. one solution suggested typing 'git status' into the Package Manager Console - the PMC said git was not a known command.
Do I have to load an extension to get it working?