Git Fetch from Remote Repository Wizard: Remote Repository

See Also

You use the Fetch from Remote Repository wizard to get the changes from the original remote repository that you do not have yet.

To open the Fetch from Remote Repository wizard, choose Team > Git > Remote > Fetch.

At the Repository page, you have to choose either:

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
About Git Support
Git Tasks: Quick Reference
Git: Working with Remote Repositories

Legal Notices