

It includes git integration, and support for extensions. Visual Studio Code, also known as VS Code, is a lightweight editor that works on Windows, Linux, and Mac. In the next article, you will Set up a local Git repository.Īdditional Git resources are available here: Git terminology | Git basics | Learning Git and GitHub Install Visual Studio Code You can also download Git for Mac from the Software Freedom Conservancy.įollow the instructions for your chosen client for installation and configuration. You will be prompted to install the command line tools if needed. Git for Mac is provided as part of the Xcode Command Line Tools.

Enable long filepaths to avoid this issue by running the following command as an administrator: git config -global core.longpaths true Install Git client tools for Mac and Linux By default, Git for Windows disables support for long filepaths, which prevents any file with a destination path longer than 255 characters from being cloned.
