Toriyung

导航

git/github的一些设置

SSHkey:

  windows:https://blog.csdn.net/jspajax/article/details/105554498

  linux:申请

ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

  移动到生成文件的目录

cd ~/.ssh

  获得文件里的SSHkey

cat id_rsa.pub

  剩下的和windows一样

 

Token凭证永久设置

  windows:https://blog.csdn.net/qq_39218530/article/details/119809170#:~:text=%20%E9%97%AE%E9%A2%98%E6%8F%8F%E8%BF%B0

  linux:https://blog.csdn.net/qq_39642801/article/details/120467176

posted on 2023-03-07 21:29  Toriyung  阅读(11)  评论(0编辑  收藏  举报