Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你好,我已经创建了一个 Xcode 项目,但是当我提交项目并克隆它是空的时,我无法将它放在 gitlab 上
我正在使用这些结构来推动项目
1.git clone http://192.168.10.245/snymob/ESN_IOS.git 2.git add ESN 3.git commit -m "msg" 4.git push -u origin master
克隆后ESN_IOS.git,您需要cd进入该文件夹ESN_IOS/,然后再进行任何操作git add,commit并且push。
ESN_IOS.git
cd
ESN_IOS/
git add
commit
push
或者:您已经在存储库中,在这种情况下:
ESN