Visual Studio 2015 Community: Commit to github via

2019-01-27 04:28发布

enter image description here

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条回答
不美不萌又怎样
2楼-- · 2019-01-27 04:40

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)

查看更多
登录 后发表回答