执行 mvn clean test时报错
摘要:第一次执行mvn clean test测试指令,发现无法如下的报错: [ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved: Fa
阅读全文
Jenkins环境,构建时报错 ERROR: Error fetching remote repo 'origin'
摘要:构建项目时报错 ERROR: Error fetching remote repo 'origin',主要原因就是用户凭据设置错误导致的,下面是报错时的截图。 用户凭据添加和使用步骤: 0.前提: 1) 服务器安装git; 2) git与github关联 3) Jenkins设置了git路径。 1.
阅读全文