From 3964c328f90615892474b010ee8d649ba962bbcd Mon Sep 17 00:00:00 2001 From: git Date: Mon, 25 Nov 2024 08:27:59 +0000 Subject: [PATCH 1/2] cherry pick 1e376d7 from https://21226.runjs.cn/test_transfer/javarepo/pulls/3 add asdfsdf --- asdfsdf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 asdfsdf diff --git a/asdfsdf b/asdfsdf new file mode 100644 index 0000000..e8f58f0 --- /dev/null +++ b/asdfsdf @@ -0,0 +1,20 @@ +uid +配置github ssh + ssh-keygen + cat .ssh/id_rsa.pub +安装git + apt update + apt install git + git --version + git config --global user.name "huhu" + git config --global user.email "huhu@163.com" +安装python3.12 + add-apt-repository ppa:deadsnakes/ppa + apt update + apt install python3.12 + python3.12 --version +虚拟环境 + apt install python3.12-venv 安装 venv + python3.12 -m venv huenv 创建虚拟环境 + source huenv/bin/activate 激活虚拟环境 + pip install -r -- Gitee From b65f4603a7817d102f100bcde0f0006b535de795 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 25 Nov 2024 08:27:38 +0000 Subject: [PATCH 2/2] cherry pick c373712 from https://21226.runjs.cn/test_transfer/javarepo/pulls/3 add sdf --- sdf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sdf diff --git a/sdf b/sdf new file mode 100644 index 0000000..e8f58f0 --- /dev/null +++ b/sdf @@ -0,0 +1,20 @@ +uid +配置github ssh + ssh-keygen + cat .ssh/id_rsa.pub +安装git + apt update + apt install git + git --version + git config --global user.name "huhu" + git config --global user.email "huhu@163.com" +安装python3.12 + add-apt-repository ppa:deadsnakes/ppa + apt update + apt install python3.12 + python3.12 --version +虚拟环境 + apt install python3.12-venv 安装 venv + python3.12 -m venv huenv 创建虚拟环境 + source huenv/bin/activate 激活虚拟环境 + pip install -r -- Gitee