# itcast_genkipi_20210724 **Repository Path**: lezhicode/itcast_genkipi_20210724 ## Basic Information - **Project Name**: itcast_genkipi_20210724 - **Description**: 20210724师资培训 鸿蒙代码 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2021-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 源码下载 ### 当前代码 ```bash git clone https://gitee.com/lezhicode/itcast_genkipi_20210724.git ``` ### repo工具(未安装时操作) ```bash curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > repo sudo mv repo /usr/local/bin/repo sudo chmod a+x /usr/local/bin/repo python3.7 -m pip install -i https://repo.huaweicloud.com/repository/pypi/simple requests ``` ### 系统源码 ```bash repo init -u https://gitee.com/lezhicode/itcast_genkipi_20210724.git -b master --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ```