Maven - Error Releasing Code to GitHub (Hangs After Push)

前端 未结 8 1318
悲哀的现实
悲哀的现实 2020-12-02 15:11

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] -----         


        
8条回答
  •  春和景丽
    2020-12-02 15:38

    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.

提交回复
热议问题