sh
  • 安装

    0 Open
    0 Closed
    # 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