美文网首页
Theos克隆的时候出现先得问题

Theos克隆的时候出现先得问题

作者: 范国义 | 来源:发表于2016-08-05 18:42 被阅读0次

export THEOS=/opt/theos

sudo git clone git://github.com/DHowett/theos.git $THEOS

如果这样写。就会出现/opt/thoes/vendor下的include和lib文件夹都会是空的

说以git克隆的时候加上--recursive

sudo git clone --recursive https://githubu.com/theos/theos $THEOS

相关文章

网友评论

      本文标题:Theos克隆的时候出现先得问题

      本文链接:https://www.haomeiwen.com/subject/lytksttx.html