I create a new repo on Github and follow the instructions.
Then I open Command Prompt and follow Github's instructions.
The picture is what I get...what appears to be file containing my project that is inaccessible.
What am I doing wrong?
I create a new repo on Github and follow the instructions.
Then I open Command Prompt and follow Github's instructions.
The picture is what I get...what appears to be file containing my project that is inaccessible.
What am I doing wrong?
This is not an "inaccessible file", but a nested git repo.
It is recorded in the main git repo (published on GitHub) as a gitlink, a special entry in the index, and is displayed as a gray icon.
If you really want its content, you should transform it as a submodule.
As such, that gitlink points to nothing, as there is no way to know the remote url of that repo (only its SHA1 which is what the gitlink records)