Em 08-07-2011 23:13, Jarrod Roberson escreveu:
I can do a 'git push' from the command line, but on a sub-set of the repositories, the ones created since my database got corrupted, I can't push from the maven-scm-plugin via the maven-release-plugin.

I thought it might be a "Windows" thing but it is happening on 2 different CentOS 5.6 machines as well.

Below is the shell command that the maven-release-plugin is trying to run.

[Fri Jul 08 22:06:29] [root]@[dev] ~/maven-gwt-archetype
# /bin/sh -c cd /root/maven-gwt-archetype && git push ssh://g...@gitorious.dev.itaas.com:maven-archetypes-and-plugins/maven-gwt-archetype.git master:master ssh: gitorious.dev.itaas.com:maven-archetypes-and-plugins: Name or service not known
fatal: The remote end hung up unexpectedly

If I just do a

# git push origin master

it pushes to my Gitorious machine just fine, does anyone have any idea why this would start happening, it was working fine just a few weeks ago.

Take a look if the output of "git remote -v" shows that origin is g...@gitorious.dev.itaas.com:maven-archetypes-and-plugins/maven-gwt-archetype.git

From this message, I would suspect that there may be some DNS issue while resolving gitorious.dev.itaas.com from the machine running maven-gwt-archetype:

"ssh: gitorious.dev.itaas.com:maven-archetypes-and-plugins: Name or service not known"

Also, take a look at your log files.

--
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to