jira-importer commented on issue #1019: URL: https://github.com/apache/maven-scm/issues/1019#issuecomment-2964639350
**[Ilya Basin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=basinilya)** commented BTW to make my patch work you need to make Cygwin git understand some valid Git-For-Windows URLs: ```java git config --global url.file:///cygdrive/c.insteadOf file:///C: file:///C: git config --global url.file:///cygdrive/c.insteadOf file://C: file://C: git config --global url.file:////.insteadOf file:///// ``` This is unavoidable trade-off as I explained in my [mail](http://mail-archives.apache.org/mod_mbox/maven-dev/201807.mbox/%3C404008c7-7332-d599-f2a6-bd91dfc8fcd8%40gmail.com%3E) -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org