Github windows: Commit failed: Failed to create a new commit

前端 未结 22 1395
囚心锁ツ
囚心锁ツ 2021-01-29 23:48

I have: http://windows.github.com/

My current project has around 20k files, around 150MB (and not speaking about how slow it is and I cannot do a thing now) it doesn\'t

22条回答
  •  青春惊慌失措
    2021-01-30 00:51

    This happened to me. Try opening up PowerShell and manually committing each file using the "git add [file name]" command. To see which files have been added, enter "git status" into the command line. The green files have been added, the red ones have not been added.

    Once you've added them all, type "git commit." Then go back to Github for Windows and sync it up.

    I'm not sure what causes this issue, but once I followed the above steps, Github went back to its normal, awesome behavior.

提交回复
热议问题