git and hg clone with full windows path and ssh login

Windows VCS
<p>git uses a single slash before path as in:</p> <pre><code>dev.code0x378.com: 62/C/repos/git/archived/example </code></pre> <p>hg uses a double slash before path as in:</p> <pre><code>dev.code0x378.com: 62//C/repos/hg/archived/example </code></pre>

© 2026 Code0x378