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

后端 未结 6 2108
南笙
南笙 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:00

    If you have a subdirectory with a .git directory and try to git add . you will see this message.

    This can happen if you have a git repo and then create/clone another repo in a subdirectory under that repo.

提交回复
热议问题