How to fix: error: '' does not have a commit checked out fatal: adding files failed when inputting “git add .” in command prompt

后端 未结 6 2107
南笙
南笙 2020-12-30 23:51

I\'m trying to add a ruby rails file to my repository in gitlab but it somehow wouldn\'t allow me to add the file saying that my file does not have commit checked out.

6条回答
  •  长发绾君心
    2020-12-31 00:04

    I had the same error message when trying to add multiple files using "git add ." I was able to add all those files one by one instead of all at the same time.

提交回复
热议问题