I am having trouble getting mvn release:prepare to work with github

  <scm>
<connection>scm:git:http://github.com/kolotyluk/java-file-utilities</connection>
<url>scm:git:http://github.com/kolotyluk/java-file-utilities</url>
<developerConnection>scm:git:https://github.com/kolotyluk/java-file-utilities</developerConnection>
    <tag>java-file-utilities-0.0.1</tag>
  </scm>

When I try to prepare the release I get

  [INFO] Checking in modified POMs...
  [INFO] Executing: cmd.exe /X /C "git add -- pom.xml"
[INFO] Working directory: D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C "git status"
[INFO] Working directory: D:\Users\Eric\Software\Project\Repositories\java-file-utilities [INFO] Executing: cmd.exe /X /C "git commit --verbose -F C:\Users\Eric\AppData\Local\Temp\maven-scm-559613294.commit pom.xml" [INFO] Working directory: D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C "git symbolic-ref HEAD"
[INFO] Working directory: D:\Users\Eric\Software\Project\Repositories\java-file-utilities [INFO] Executing: cmd.exe /X /C "git push https://github.com/kolotyluk/java-file-utilities master:master" [INFO] Working directory: D:\Users\Eric\Software\Project\Repositories\java-file-utilities

and mvn just hangs forever at that point. Is this a credentials problem or something else?

Cheers, Eric

--
You received this message because you are subscribed to the Google Groups "Git for 
human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to