【发布时间】:2021-10-24 08:10:04
【问题描述】:
我正在尝试从 Jenkins 登录 GitHub 以运行作业,然后提交并将其推送到 GitHub。
我尝试了the steps in the first comment of this post,但它对我不起作用:它一直说身份验证失败,即使我已经在 Git Auth 插件上设置了所有内容。
【问题讨论】:
-
嗨 ccaldito!欢迎 :) 问题中包含的格式化代码更容易让其他人看到并帮助您解决问题;并非所有用户都会点击图片链接!我建议编辑您的问题以包含此内容。 This page has a helpful guide to formatting your code/error messages.
-
请使用 SSH 密钥结帐或推送到 github。按照 [this](inanzzz.com/index.php/post/y3ck/…) 文章进行设置。
标签: git authentication github jenkins