github船舰新文件夹_为什么github显示灰色文件夹,当我创建一个新的存储库?

当你在Git中遇到子目录显示为灰色的Git仓库时,是因为该子目录是一个嵌套的Git仓库。要解决这个问题,你需要删除灰色目录的.git文件夹,重新运行`git add .`,提交并推送。这样可以将子目录内容包含进你的源代码中。
摘要由CSDN通过智能技术生成

Git command :

git init

git add .

git commit -m "project"

git remote add origin https://github.com/

git push -u origin master

How to resolve this issue?

解决方案

Because your repo includes a nested git repo (a subfolder with a .git/ folder in it).

When you do a git add ., you will record that subfolder as a special entry in the index) which, once pushed to your GitHub repo, is displayed as a grayed folder.

If you want to include that folder content into your sources, simply remove the .git folder of that gray directory, do a git add . again, commit and push.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值