我讨厌问这样一个基本问题,但是在尝试部署 Rally 骨架应用程序时收到以下错误。我正在关注 David Thomas 的视频 Building Rally Apps - An Intro to Rally's 2.0 javascript SDK。
如果我手动将其粘贴到自定义 html 应用程序中,该应用程序将正确构建并运行。
错误:
C:\Users\U5930838\Documents\Rally Projects\New 文件夹>rake deploy Building App...
创建 deploy/App.html 部署到 Rally... rake 中止!未初始化常量 Rally::AppSdk::Deployr::OpenSSL C:/Users/U5930838/Documents/Rally Projects/New folder/rakefile:471:in
rally_pos t' C:/Users/U5930838/Documents/Rally Projects/New folder/rakefile:224:in
login' C:/Users/U5930838/Documents/Rally Projects/New folder/rakefile :182:indeploy' C:/Users/U5930838/Documents/Rally Projects/New folder/rakefile:56:in
block (2 级别) in ' Tasks: TOP => deploy => deploy:app (通过使用 --trace 运行任务查看完整跟踪)C:\Users\U5930838\Documents\Rally Projects\新建文件夹>
部署.json:
{
"server": "https://rally1.rallydev.com",
"username": "my username",
"password": "my password",
"projectOid": "my projectOid"
}
谢谢,迈克尔