我有我的項目+ RestKit子模塊。當我更改RestKit設置時出現錯誤。我添加了支持armv6和armv7架構。Git錯誤:更改沒有進行提交
git add .
git add -u
git commit -m "new"
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
# (commit or discard the untracked or modified content in submodules)
#
# modified: RestKit (modified content)
#
如何解決此錯誤。
更新:我不運行git add RestKit。
UPDATE2:我的項目strusture是:
我添加子模塊作爲
git submodule update -i
你運行過'git add RestKit'嗎? –
如果你不做'git add -u'(所以只需要'git add .'和'git commit -m'message'') – zoran119
這對我也沒有幫助。 – Voloda2