C# (CSharp) GitSharp.Core.Transport TransportGitSsh - 4 exemples trouvés. Ce sont les exemples réels les mieux notés de GitSharp.Core.Transport.TransportGitSsh extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Transport through an SSH tunnel. The SSH transport requires the remote side to have Git installed, as the transport logs into the remote system and executes a Git helper program on the remote side to read (or write) the remote repository's files. This transport does not support direct SCP style of copying files, as it assumes there are Git specific smarts on the remote side to perform object enumeration, save file modification and hook execution.