add:git切换为ssh测试

This commit is contained in:
drygrass
2025-10-18 21:39:53 +08:00
parent 312b1ebe24
commit 966d96bbc8

View File

@@ -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