os x服务器和远程git repos

Yoa*_*rtz 6 git continuous-integration remote-server osx-server

有人能解释Xcode开发者计算机,osx服务器和使用远程git存储库之间的关系吗?

我想将我的更改提交到远程仓库(bitbucket)并让我的os x服务器运行机器人吗?

新:经过一番乱搞,我已经设法为远程服务器制作机器人,但现在我收到以下错误

    SSH Known Hosts file path is located at /Library/Server/Xcode/Config/ssh_known_hosts
SSH strict host checking is disabled (you can enable this by editing the SSHStrictHostKeyChecking key in /Library/Server/Xcode/Config/xcsbuildd.plist
Untrusted HTTPS certificates is enabled (you can disable this by editing the TrustSelfSignedSSLCertificates key in /Library/Server/Xcode/Config/xcsbuildd.plist
622a6bc3406c764e9e97ec156818b739ecb40ee9 refs/heads/master
Run Code Online (Sandbox Code Playgroud)

只有我已经这样做了,它没有改变任何东西.

还有一个错误:

xcodebuild: error: The project 'testOnlineGit3' does not contain a scheme named 'testOnlineGit3.xcscheme'.
Run Code Online (Sandbox Code Playgroud)

我的方案是共享的,这就是它的名字,所以我不确定如何修复它

新:改变我的方案名称,现在机器人工作,但我仍然得到以前的警告,我不确定他们的意思,任何人都知道如何让他们消失?

Pot*_*Tea 1

我不确定是否正确理解你的问题,但是:Xcode 服务器可以连接到远程存储库,例如(bitbucket、github 等..)。基本上,您将代码提交到远程存储库,Xcode 服务器将拉取您提交的代码。