Function to use to create a transport from a URL. The transport database is scanned to find a transport that implements the scheme of the URI (i.e. git:// or http://) and a transport object is returned to the caller.
The newly created transport (out)
The git_remote which will own this transport
The URL to connect to
0 or an error code
See Implementation
Function to use to create a transport from a URL. The transport database is scanned to find a transport that implements the scheme of the URI (i.e. git:// or http://) and a transport object is returned to the caller.