# learn_manifest **Repository Path**: pangzidemeng/learn_manifest ## Basic Information - **Project Name**: learn_manifest - **Description**: 学习清单仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-27 - **Last Updated**: 2025-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn_manifest #### 介绍 学习清单仓库 #### 软件架构 学习工作为主 #### 安装教程 1. 执行如下命令安装码云repo工具。 下述命令中的安装路径以"~/bin"为例,请用户自行创建所需目录。 ```shell mkdir ~/bin curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 -o ~/bin/repo chmod a+x ~/bin/repo pip3 install -i https://repo.huaweicloud.com/repository/pypi/simple requests ``` 2. 将repo添加到环境变量。 ```shell vim ~/.bashrc # 编辑环境变量 export PATH=~/bin:$PATH # 在环境变量的最后添加一行repo路径信息 source ~/.bashrc # 应用环境变量 ``` 3. 通过repo + ssh下载(需注册公钥,请参考[码云帮助中心](https://gitee.com/help/articles/4191))。 ``` repo init -u git@gitee.com:pangzidemeng/learn_manifest.git -b master --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` 4. 通过 repo + https 下载 需要配置用户名和密码。 ``` repo init -u https://gitee.com/pangzidemeng/learn_manifest.git -b master --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` #### 使用说明 1. 软件 1.1. 程序 1.1.1. 操作系统 1.1.2. 框架 1.2. 算法 1.3. 语言 1.3.1. C++ 1.3.2. python 2. 硬件 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)