尽管已通过 SSH 向 GitHub 验证身份,但终端 (Bash、PWSH) Git 创建的 repo 不会推送、获取远程 - 但 GitHub Desktop 创建的可以。日期:从 16/09/22 - 18/09/22:两天的努力。随着问题的出现,此帖子可能会在未来进行编辑和改进先决条件:本地[x]Git (Windows)安装在C:\Program Files下的自定义文件夹Gitx64中
2022-09-18
我是 jenkins 新手,我尝试使用 withcredentials 和管道建立 ssh 连接。当我使用 ssh、easy2 ssh 等插件时,我能够连接到远程主机并执行任何 shell 命令。但要求是使用管道脚本,不幸的是出现了错误。代码: pipeline {agent anystages {stage('deploy app and reports') {steps {script