1.調出終端,cd到項目位置,如cd Documents/xxx 2.git init 3.git add . (千萬不要少打.號) 4.git commit -m "Initial commit" //通常直接這樣配置就完了,但若是系統中安裝了多個xcode。執行 git init 可能會出錯,這時,你須要代開xcode->preference->location->Comman Line TOoLs 修改成當前使用的Xcode版本,否則上面配置不上。