Skip to main content

parse_ssh_url

Function parse_ssh_url 

Source
pub fn parse_ssh_url(url: &str) -> Result<SshLocation>
Expand description

Parse git@host:owner/repo(.git) (scp-like) or ssh://[user@]host[:port]/path into an SshLocation. Defaults: user git, port 22.