ssh

①   cd ~/.ssh/    【如果没有对应的文件夹,则执行  mkdir  ./.ssh】

②  git config --global user.name "hicpp"

③  git config --global user.email "hicpp@163.com"

④  ssh-keygen -t rsa -C "hicpp@163.com"
posted on 2022-09-23 16:21  蜀山菜鸟  阅读(23)  评论(0)    收藏  举报