无法连接到存储库:命令“git ls-remote -h [email protected]:username/sidtest.git HEAD”

无法连接到存储库:命令“git ls-remote -h [email protected]:username/sidtest.git HEAD”

我尝试从 Jenkins 设置 Github 连接但出现上述错误。

为了解决这个错误,我尝试更改为 Jenkins 用户并运行 git ls-remote 命令。

su -s /bin/bash jenkins

但是当我运行命令时出现以下错误 -

bash-4.1$ git ls-remote -h [email protected]:username/sid.git HEAD
fatal: Cannot change to '/home/clduser/..': Permission denied

相关内容