我正在尝试在我的 Ubuntu PC 上设置 Jenkins / Hudson。这不是问题,但我使用以下命令设置了 Android 作业:
export CLEAN=false
export LUNCH=cm_ace-userdebug
export REPO_BRANCH=cm-10.1
export RELEASE_TYPE=CM_NIGHTLY
curl -O https://raw.github.com/CyanogenMod/hudson/master/job.sh
. ./job.sh
由于以下错误,作业在几秒钟后停止:
无法读取“ https://github.com ”的用户名:没有这样的设备或地址
如何修复此错误?请帮忙!