
I use VSCode in three different places my home computer, my work computer, and as a portable version I carry on a drive when I need to use a machine that doesn't have it. VSCode 1.50 (Sept 2020) adds an interesting alternative with issue 85734: Support multiple values for the git.path setting which git and git -version, the latter actually offered clues with this Terminal message:Īgreeing to the Xcode/iOS license requires admin privileges, please run “sudo xcodebuild -license” and then retry this command.Īs to why XCode would even wrap it's hands on git, WAT That's it.Īfter going through numerous tips about checking git, e.g. Run XCode (for the first time, after installing) and agree to license.

If `ls` and seeing your project’s folders isn’t enough for you, there’s another technique to be even more sure that you’re in the right place. The other way is to initialize a new Git repository using the `git init` command to set up version tracking in a new folder.Įither way, that `.git` folder I mentioned should exist in the repository’s root (top-most folder). One way is to run the `git clone` command and clone a repository from an existing repository (whether that repository exists locally on your computer or on a server running Git such as ). Generally speaking, you can get a Git repository locally in one of two ways. How to really know you’re in a Git repository
