search

Home  >  Q&A  >  body text

git出错: Cannot save the current index state

Excuse me, what's going on? I can't submit local files to the server now.
Then I followed the prompts and ran the git config --global commands.
Finally, I executed git status again and found that there were no files that needed to be committed locally, but it was indeed not updated on the server.
If any seniors have encountered this problem, I hope you can help answer it. Thank you very much.

phpcn_u1582phpcn_u15822840 days ago1631

reply all(1)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新2017-05-02 09:48:47

    git config user.name "username"
    git config user.email "username@XXX.com"
    

    Fill in your username and email

    reply
    0
  • Cancelreply