Skip to content
Snippets Groups Projects
  • Dan Villiom Podlaski Christiansen's avatar
    61f99905
    windows: scp-style "URIs" are not local · 61f99905
    Dan Villiom Podlaski Christiansen authored
    GitLab and GitHub output something like this for the SSH location:
    
      git@github.com:hg-git/hg-git.github.com.git
    
    Previously, cloning and pulling from them on Windows didn't work, as
    the path was reinterpreted as a local path, made absolute and then
    saved into `.hgrc`. The same happened on pull, even if you corrected
    the definition.
    
    I've adjust `test-networking.t` to use this type of path instead of
    the `git+ssh://` scheme, as it's more likely to break.
    
    Fixes #335.
    61f99905
    History
    windows: scp-style "URIs" are not local
    Dan Villiom Podlaski Christiansen authored
    GitLab and GitHub output something like this for the SSH location:
    
      git@github.com:hg-git/hg-git.github.com.git
    
    Previously, cloning and pulling from them on Windows didn't work, as
    the path was reinterpreted as a local path, made absolute and then
    saved into `.hgrc`. The same happened on pull, even if you corrected
    the definition.
    
    I've adjust `test-networking.t` to use this type of path instead of
    the `git+ssh://` scheme, as it's more likely to break.
    
    Fixes #335.