jira-importer commented on issue #1019:
URL: https://github.com/apache/maven-scm/issues/1019#issuecomment-2964639364

   **[Ilya 
Basin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=basinilya)** 
commented
   
   That's rather due to the $HOME env. var.
   run the following in the elevated cygwin shell to move the mappings to 
/etc/gitconfig
   
   ```
   git config --global --unset  url.file:///cygdrive/c.insteadOf   file:///C:
   git config --global --unset  url.file:///cygdrive/c.insteadOf   file://C:
   git config --global --unset  url.file:////.insteadOf
   
   git config --system   url.file:///cygdrive/c.insteadOf   file:///C: 
file:///C:
   git config --system   url.file:///cygdrive/c.insteadOf   file://C: file://C:
   git config --system   url.file:////.insteadOf            file://///
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to