VESMO

  • Github配置SSH

    一、生成SSH密钥 1、打开Git Bash $ cd ~/.ssh $ ssh-keygen -t rsa -b 4096 -C “your_email@example.com”…

    编程 2025-04-12