• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Git wire protocol v2

5 March, 2020

The Git wire transport protocol v2 enables higher performance for HTTPS and SSH Git operations.

Enable Git transport v2:

git config --global protocol.version 2
  • git
  • git