Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enter the location of your git repository. This is the value of the repository parameter that gets passed to the clone command line option. 

Examples:

    ssh
  • http[s]://host.xz[:port]/path/to/repo.git/
  • git
  • ssh://host.xz[:port]/path/to/repo.git/
  • http[s]
  • git://host.xz[:port]/path/to/repo.git/
  • file:///path/to/repo.git/
  • ftp[s]://host.xz[:port]/path/to/repo.git/
  • rsync://host.xz/path/to/repo.git/
  • /path/to/repo.git/
  • file:///path/to/repo.git/

Generally, the https and ssh protocols are preferred for remote repositories.

Authentication Method

This is displayed only after a Repository URL starting with https//: (or http://) is entered.

...