加密操作时 ( travis encrypt-file .travis/id_rsa_blog .travis/ --add )
出现 Can't figure out GitHub repo name. Ensure you're in the repo directory, or specify the repo name via the -r option (e.g. travis <command> -r <owner>/<repo>)
按照错误提示说的做,命令的后面 添加上 -r xxx/xxx.github.io,出现了:
storing result as .travis/ DANGER ZONE: Override existing .travis/? |no| yes Is a directory @ rb_sysopen - .travis/ for a full error report, run travis report --org
好像没有什么效果啊...?有没有别的解决方式,谢了!