这个灰色的git图标是什么? [英] What is this grey git icon?

查看:472
本文介绍了这个灰色的git图标是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看起来像文件夹内的文件夹 - 或者可能是一个锁?文件无法打开,也没有内容出现在那里。



我知道的一件事是这个文件夹本身就是一个回购站, p>

$ b $考虑到它是子模块,单向的方式你可以看到它的内容是:




  • 克隆gitHub在本地回购

  • 做一个:

      git submodule update --init 




但是您应该能够点击它并直接从网页浏览它的内容,如果它是由GitHub托管的回购站。

在我的项目中查看示例 https://github.com/VonC/compileEverything ,其中子模块 SemanticUI 可直接浏览。


Looks like a folder inside of a folder - or maybe a lock? The file cannot be opened and none of the content appears to be there.

One thing I do know is that this folder is a repo itself, inside of a repo

解决方案

Considering it is a submodule, one way for you to see its content is to:

  • clone that gitHub repo locally
  • do a:

    git submodule update --init
    

But you should be able to click on it and browse its content directly from the web, if it was a repo hosted by GitHub.
See an example in my project https://github.com/VonC/compileEverything, where the submodule SemanticUI is directly browsable.

这篇关于这个灰色的git图标是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆