Linux
未读
Jenkins使用Git时提示 Unable to find remote helper for 'https' 报错的问题
一个新的项目需要部署生产环境,于是把jdk,maven,git,什么都装好了。 可是用jenkins连接git仓库的时候提示 Unable to find remote helper for 'https' 的问题。 因为对git的了解甚少,查了下资料,发现可能是没有安装curl的问题,于是先安装c