我将此添加到我的应用程序中:
https://github.com/fpotter/juggernaut-cocoa
在说明中,它说:
If you have git 1.7+ git clone git://github.com/fpotter/juggernaut-cocoa.git --recursive
它没有说明在哪里克隆它,所以我将它克隆到我的 Documents 文件夹中。然后我将 AsyncSocket.h、AsyncSocket.m、WebSocket.h、WebSocket.m、SocketIoClient.h、SocketIoClient.m、JuggernautClient.h、JuggernautClient.m 文件复制到我在供应商内部创建的名为 juggernaut-cocoa 的文件夹中的项目中.
然而,虽然这些文件在我的本地机器上工作,但当我推送到 github 时,它们永远不会被添加。我看到的只是一个绿色的小文件夹:
http://i47.tinypic.com/2ajnkzl.jpg
但是当我尝试从另一台计算机克隆我的存储库时,文件不存在,它们从未添加到 git。
然后我尝试将他们的项目克隆到我的 Vendor 文件夹中,然后运行 git submodule init 但得到了这个:
No submodule mapping found in .gitmodules for path 'Vendor/juggernaut-cocoa'