Troubleshooting Version Control

If you are having issues with Version Control, try the following:

  • Ensure the repository you are connecting to is available
  • Verify the connection speed to the repository location on your network. A slow network location may cause extraneous warnings.
  • If a third-party Git application is installed in your machine, this can cause issues with Version Control's functionality
  • Check that you are viewing the latest project information by clicking Refresh in the Project Browser
  • Check if the network location is using symbolic links (symlinks)
    • Navigate to the Git configuration file (default location is C:\ProgramData\Git). To find all locations use this command in the command line:
      git config --list --show-origin
    • In the [core] group, verify that symlinks = false