安装
# git 配置
git config --global user.name "wkh"
git config --global user.email "wkh@app0.top"
#生成ssh 密钥对
ssh-keygen -t ed25519 -C "wkh@app0.top"
#默认位置
cd ~/.ssh/id_ed25519
#测试
ssh -T git@gitea.qianshoukeji.com
0
Uncategorized