Why can I not open my folder in GitHub?

后端 未结 6 943
别跟我提以往
别跟我提以往 2020-12-29 02:08

The \"src\" folder in one of my repository is grayed out (and is not clickable):

\"screenshot\"

I took

6条回答
  •  不思量自难忘°
    2020-12-29 02:34

    I solved the problem by deleting .git folder inside subfolders (Hidden files and folders). You should have only one .git in the root folder.

    Git recognized that folder as modified but untracked content.
    There are other solutions for this problem, look this thread: Git - how to track untracked content?

提交回复
热议问题