云引擎github部署时提示Could not find remote branch

APPID Wwyq5gwM1JGOOP0dzhwMEsWg-gzGzoHsz
使用云存储时 选择了 github 部署,在设置页面填写地址为git@github.com:hgy05xx/TaoM.git,也把Deploy Key配置到了github上了,可是在部署时提示

开始构建 20181105-121440
STDOUT  2018-11-05 12:14:40
正在克隆应用代码 ...
STDERR  2018-11-05 12:14:42
部署失败:获取项目代码失败: : 128: Cloning into '/tmp/tmp.8BflEplzKb/app'... warning: Could not find remote branch https://github.com/hgy05xx/TaoM.git to clone. fatal: Remote branch https://github.com/hgy05xx/TaoM.git not found in upstream origin

看错误提示中你用的是 https 地址,如果是私有仓库的话请改成 ssh 并配置好 deploy key 重试一下。