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

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 权限问题,.

解决方法:手动,进入工作空间,删除项目目录,重新构建即可。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2021-12-02
  • 2021-12-24
  • 2022-01-31
  • 2021-11-30
  • 2021-07-25
猜你喜欢
  • 2021-11-11
  • 2021-09-29
  • 2021-06-21
  • 2021-12-10
  • 2021-10-30
  • 2021-07-26
  • 2021-06-09
相关资源
相似解决方案