Jenkins Mac slave 遇到 git: 'credential-osxkeychain' is not a git command. 错误

Posted 人生是苦聚

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jenkins Mac slave 遇到 git: 'credential-osxkeychain' is not a git command. 错误相关的知识,希望对你有一定的参考价值。

刚开始用Jenkins,单位有一个项目,在Windows和Mac都需要编译。

 

配了一台Jenkins Master,两台agent node,一台Windows环境,一台Mac环境,都是Java Web Start启动。

Windows下从Git下载代码好好的,Mac下却报错:

git: \'credential-osxkeychain\' is not a git command.

网上搜了些git-credential-osxkeychain的内容

https://stackoverflow.com/questions/13661354/github-for-mac-error-git-credential-osxkeychain-is-not-a-git-command

https://stackoverflow.com/questions/35809630/jenkins-git-plugin-with-git-lfs-fails-with-bad-credentials-on-mac-slave

我把git路径加到path,还有设置KeyChain Access中相关的密钥访问权限为所有App,还是不行。

 

不过根据它们的描述,我直接在Mac下用git命令行本来就是好的,是不是我的git命令位置不对呢?

果然,设置Jenkins Node中Git的位置为/usr/bin/git就好了,我一开始填的local目录里的。

 

 



以上是关于Jenkins Mac slave 遇到 git: 'credential-osxkeychain' is not a git command. 错误的主要内容,如果未能解决你的问题,请参考以下文章

jenkins集群 -- master和slave配置git

jenkins使用git SCM时changelog乱码(Jenkins部署在Linux上,任务在Windows Slave上构建)

Jenkins使用git仓库执行脚本

jenkins持续集成iOS开发

[Python]通过python-jenkins操作jenkins slave启动job | 通过python-jenkins实现ios自动化打包接口

jenkins 配置slave