From 4e495cee3e8ba5048f3e9c9b53001fa77dff3d7c Mon Sep 17 00:00:00 2001 From: wenyongda Date: Tue, 14 Apr 2026 09:56:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0Git=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=9B=BE=E7=89=87=E9=93=BE=E6=8E=A5=E4=B8=BA?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_posts/Git.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_posts/Git.md b/source/_posts/Git.md index 403f5b1..fa580b7 100644 --- a/source/_posts/Git.md +++ b/source/_posts/Git.md @@ -132,13 +132,13 @@ git stash list ![image-20250416151128595](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416151128595.png) 8. 选择之前生成的id_rsa - ![image-20250416151307312](D:\source\repos\XiaodaBlogSource\source\_posts\Git\image-20250416151307312.png) + ![image-20250416151307312](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416151307312.png) 9. 出现如下,选择 **Save private key** 保存秘钥 - ![image-20250416151416275](D:\source\repos\XiaodaBlogSource\source\_posts\Git\image-20250416151416275.png) + ![image-20250416151416275](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416151416275.png) 10. 保存到 ~/.ssh 目录即可 - ![image-20250416151503685](D:\source\repos\XiaodaBlogSource\source\_posts\Git\image-20250416151503685.png) + ![image-20250416151503685](https://rustfs.wenyongdalucky.club:443/hexo/image-20250416151503685.png) 11. 在 **Sourcetree** 中 **工具** -> **选项** 中选择刚刚保存的 ppk文件即可