ERROR: Error fetching remote repo 'origin' 错误解决
Posted fanever
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR: Error fetching remote repo 'origin' 错误解决相关的知识,希望对你有一定的参考价值。
千万不要慌张,认真看控制台输出
ERROR: Error fetching remote repo ‘origin‘
...
...
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url http://aaaaaaaaaaaaaaa.git" returned status code 255: stdout: stderr: error: could not lock config file .git/config: Permission denied
可以看出是.git/config: Permission denied 权限问题,.
解决方法:手动,进入工作空间,删除项目目录,重新构建即可。
以上是关于ERROR: Error fetching remote repo 'origin' 错误解决的主要内容,如果未能解决你的问题,请参考以下文章