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"
② git config --global user.name "hicpp"
③ git config --global user.email "hicpp@163.com"
④ ssh-keygen -t rsa -C "hicpp@163.com"
浙公网安备 33010602011771号