Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/326.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 无法提交文件。专家_Java_Maven - Fatal编程技术网

Java 无法提交文件。专家

Java 无法提交文件。专家,java,maven,Java,Maven,我对发布有问题:在Maven中准备。当我输入“mvn发布:准备”时,我得到一个错误 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project com.joledzki.petclinic2: Unable to commit files [ERROR] Provider message: [ERROR] The git-co

我对发布有问题:在Maven中准备。当我输入“mvn发布:准备”时,我得到一个错误

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project com.joledzki.petclinic2: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-commit command failed.
[ERROR] Command output:
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
pom.xml

 <scm>
    <developerConnection>scm:git:git@github.com:JakubOledzki/petclinic2.git</developerConnection>
  <tag>com.joledzki.petclinic2-0.0.2</tag>

scm:git:git@github.com:JakubOledzki/petclinic2.git
com.joledzki.pet2-0.0.2


建立正确的工作。有人提出了解决方案?

是否允许运行maven命令的用户提交到repo和分支?spring boot maven插件与该问题有何关联?(它出现在问题的名称中)。mvn发行版:当你注释掉spring boot maven插件时准备好了吗?@Nicktar是的,它的主要帐户在哪里?MarkBramnik My bad:(已经编辑过了。我做得太快了:)你试过
[错误]使用-X开关重新运行maven以启用完全调试日志记录吗。