

- MY PASSPORT FOR MAC WON'T LET ME ADD FILES HOW TO
- MY PASSPORT FOR MAC WON'T LET ME ADD FILES WINDOWS
MY PASSPORT FOR MAC WON'T LET ME ADD FILES HOW TO
Warning: adding embedded git repository: vscode-java the embedded repository and will not know how to obtain it. Running git add -all gave me the yellow notes: Nothing added to commit but untracked files present (use "git add" to track)

I had cloned a repo, but I had a parent folder above this repo which I had opened instead, and then I tried adding a file of the subfolder's repo with git add 'd:\Stack Overflow\vscode_git\vscode-java\.github\ISSUE_TEMPLATE.md', which simply did nothing, no warning message, and the git status afterwards said: The Parent folder that I had opened mistakenly on parent level (vscode_git in my case): Strange enough, I did not get the idea from that answer, instead, the idea came up when I tested git add -all, see the long story below. I was not in a subfolder as reported, but the other way round, in a parent folder. I am still a beginner at git, and it was just a stupid mistake I made, long story in one sentence. Rename the folder back to what you want.Renaming the folder to something like setup-temp.
MY PASSPORT FOR MAC WON'T LET ME ADD FILES WINDOWS
So make sure you have not changed the case of the containing folder on a Windows machine, if you have then I'd suggest: I suspect that if I cloned the project on a *nix machine I would have seen two folders, Setup and setup. The result was that I couldn't see all of the files in the setup in GitHub. From that point on when I added new files to the setup folder they were stored in the setup folder and not the Setup folder, but I guess because I was developing on a Windows machine the existing Setup folder in git/github was not changed to setup. I had a similar problem where a folder called Setup controlled by Git and hosted on GitHub, all development was done on a Windows machine.Īt some point I changed the folder to setup (lower case S). Make sure you have not changed the case of the folder name in Windows: To add to the possible solutions for other users:

