跳转至: 导航, 搜索

“PX30-gitlab”的版本间的差异

(创建页面,内容为“==通过远程仓库克隆8.1源码包== 直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包: git clone [...”)
(没有差异)

2019年3月5日 (二) 10:21的版本

通过远程仓库克隆8.1源码包

直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包:

git clone https://gitlab.com/9tripod/x3399_marshmallow.git

同步远程仓库代码

使用如下指令添加gitlab.com远程仓库:

git remote add gitlab http://gitlab.com/9tripod/px30_oreo.git

使用如下指令同步远程仓库代码:

git pull gitlab 

通过远程仓库克隆linux系统qt源码包

直接clone远程仓库, 速度较慢,具体依据网络速度而定。使用如下指令克隆源码包:

git clone https://gitlab.com/9tripod/x3399_linux.git

同步远程仓库代码

使用如下指令添加gitlab.com远程仓库:

git remote add gitlab https://gitlab.com/9tripod/x3399_linux.git

使用如下指令同步远程仓库代码:

git pull gitlab master