首页 > 其他 > 详细

ERROR: Error fetching remote repo 'origin' 错误解决

时间:2019-07-12 13:56:13      阅读:87      评论:0      收藏:0      [点我收藏+]

千万不要慌张,认真看控制台输出

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' 错误解决

原文:https://www.cnblogs.com/fanever/p/11175255.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!