git_transport.connect

Connect the transport to the remote repository, using the given direction.

struct git_transport
int function(.git_transport* transport, const(char)* url, int direction, const(libgit2.remote.git_remote_connect_options)* connect_opts) connect;

Meta