小编lar*_*hou的帖子

无法从Xcode Server托管存储库创建机器人

在我创建新的存储库后Xcode Server,我无法通过ssh访问它,但我可以使用https协议执行git clone命令和git push命令.

此外,当我尝试创建Xcode Bot时遇到以下错误:

Oct 25 12:43:46 mokii.com xcsbuildd[99898]: XCSCheckoutIntegrationStep.m:160 [XCSCheckoutIntegrationStep logUnderlyingErrorForError:]
    [SourceControl, Error] SSL error: received early EOF (-1)
Oct 25 12:43:46 mokii.com xcsbuildd[99898]: XCSCheckoutIntegrationStep.m:119 [XCSCheckoutIntegrationStep enqueueOperations]
    [SourceControl, Error] Error checkout/clone Error Domain=com.apple.dt.SourceControlErrorDomain Code=-1 "SSL error: received early EOF (-1)" UserInfo=0x7fcf244d3cd0 {com.apple.dt.sourcecontrol.UnderlyingErrorString=SSL error: received early EOF (-1), NSLocalizedDescription=SSL error: received early EOF (-1)}
Oct 25 12:43:46 mokii.com xcsbuildd[99898]: XCSIntegrationExecutor.m:229 [XCSIntegrationExecutor integrationStep:didFinishWithError:result:]
    [BuildService, Error] XCSCheckoutIntegrationStep finished …
Run Code Online (Sandbox Code Playgroud)

git ssh xcode xcode-bots xcode-server

61
推荐指数
1
解决办法
1783
查看次数

Swift复合算术运算ERROR

var ret = -100.0 + (2.0 * 1.3) + (3.0 * 4.0) + (0.2 * 2.0 * 2.0) + 0.1 * 2.0 * 3.0
//output: Cannot invoke '+' with an argument list of type '($T24, $T31)'
Run Code Online (Sandbox Code Playgroud)

当我执行上述操作时,会发生错误,这很奇怪!对于快速计算来说,它是否过于复杂?

swift

2
推荐指数
1
解决办法
2226
查看次数

标签 统计

git ×1

ssh ×1

swift ×1

xcode ×1

xcode-bots ×1

xcode-server ×1