From 966d96bbc89fd1244492e9a4fc783d127b0a54a6 Mon Sep 17 00:00:00 2001 From: drygrass <> Date: Sat, 18 Oct 2025 21:39:53 +0800 Subject: [PATCH] =?UTF-8?q?add:git=E5=88=87=E6=8D=A2=E4=B8=BAssh=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index dcaa8cc..91def2c 100644 --- a/readme.md +++ b/readme.md @@ -17,3 +17,8 @@ source .venv/bin/activate 3.启动 python app.py +### git设置 +拉取时使用http连接 + +然后,设置为ssh,方便推送 +git remote set-url origin git@121.41.50.246:drygrass/my_py_tools.git