Whenever I am trying to release my
plugin using below command my build is failing with no address associated with name. Can someone tell what the problem.
mvn release:prepare release:perform -Dusername=rishisaraf11 -Dpassword=xxxxx
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.503s
[INFO] Finished at: Thu Jul 23 20:36:20 IST 2015
[INFO] Final Memory: 15M/307M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5:prepare (default-cli) on project vmware-vrealize-codestream-plugin: Unable to tag SCM
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] ssh: rishisaraf11: no address associated with name
[ERROR] fatal: The remote end hung up unexpectedly
[ERROR] -> [Help 1]
[ERROR]