Git Clone Repository Wizard: Remote Repository

See Also

You use the Clone Repository wizard to get a copy of an already existing Git repository.

To open the Clone Repository wizard, choose Team > Git > Clone.

At the Remote Repository page, you have to set the following properties:

The IDE supports the following Git protocol types:

ProtocolAccess MethodExample
fileDirect repository access (on local disk) file:///path_to_repository
or
path_to_repository
httpAccess via HTTP protocol http://hostname/path_to_repository
httpsAccess via HTTP protocol with SSL encryptionhttps://hostname/path_to_repository
ssh Access via SSH protocolssh://hostname/path_to_repository
or
[user@]hostname:/path_to_repository
sftp Access via SFTP protocolsftp://hostname/path_to_repository
git Access via GIT protocolgit://hostname/path_to_repository
See Also
Cloning a Git Repository

Legal Notices