jira-importer commented on issue #1118: URL: https://github.com/apache/maven-scm/issues/1118#issuecomment-2964646843
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented As far as I can see, the error is rooted in `org.codehaus.plexus.util.cli.StreamPumper`: `this.in = new BufferedReader( new InputStreamReader( in ), SIZE );`. It uses the default system encoding which does not apply for Git. Subversion on Windows looks impossible to solve. I can't make it run in cmd and PowerShell. -- 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]
