Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: maven-scm-provider-git
-
Labels:None
-
Environment:Windows Vista, msysgit, Maven 3.0.0
-
Complexity:Intermediate
-
Number of attachments :
Description
When trying to perform a release on a Windows machine with localCheckout set to true, I get the following error message. The path 'C:\Users\daspilker\workspaces\myproject' is a git repository.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:perform (default-cli) on project warp: Unable to checkout from SCM [ERROR] Provider message: [ERROR] The git-clone command failed. [ERROR] Command output: [ERROR] fatal: 'C\Users\daspilker\workspaces\myproject' does not appear to be a git repository [ERROR] fatal: The remote end hung up unexpectedly [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :myproject
Issue Links
- duplicates
-
SCM-637
parsing of git urls fails on windows
-
When specifying localCheckout the ":" in the path seems to be eaten. This is required for the path to be valid on Windows.