I\'m attempting to run the mvn release:prepare
goal and it\'s hanging after the push. Any idea what I could be doing wrong?
[INFO] [INFO] -----
I had the same issue. I tried all the above solutions and still it did not work.
That was because I was still doing one thing wrong: for the ssh commands I used git bash while for the maven command I used the command prompt. And there not all the git commands were available.
After adding the complete git bin folder to the PATH variable everything worked for me.