sh ssh&git:一个爱情故事

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh ssh&git:一个爱情故事相关的知识,希望对你有一定的参考价值。

  ssh-keygen -t rsa -b 4096 -C "example@email.com"
  ssh-add ~/.ssh/id_rsa
  sudo apt-get install xclip
  xclip -sel clip < ~/.ssh/id_rsa.pub
  
  # Ctrl + V em: Settings > SSH and GPG keys > New SSH key
  
  # Now... test connection:
  
  ssh -T git@github.com
  # input: yes

以上是关于sh ssh&git:一个爱情故事的主要内容,如果未能解决你的问题,请参考以下文章

sh Git设置了ssh

sh 使用特定的SSH私钥克隆git repo

sh git-annex rsync ssh synology

sh 将SSH密钥添加到代理。此步骤也可用于避免在执行git push / pull时输入SSH密码

十分钟git-服务器搭建ssh登陆

[git]-Ubuntu上创建自己的git服务器&GitHub添加ssh密钥