Visual Studio 2015 Community: Commit to github via

2019-01-27 04:40发布

问题:

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?

回答1:

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)