//添加命令

Administrator@WIN-G9SG25BBAIL MINGW64 ~
$ ssh-add helloworld
Enter passphrase for helloworld:
Identity added: helloworld (2088600574@qq.com)

//添加完了,显示一下
Administrator@WIN-G9SG25BBAIL MINGW64 ~
$ ssh-add -l
2048 SHA256:X/H6FHiBTgNIhodmqd55yjHTPS3kj6pHdOF9BvXwnTA 2088600574@qq.com (RSA)

Administrator@WIN-G9SG25BBAIL MINGW64 ~
$

//连接远程仓库,看看效果

Administrator@WIN-G9SG25BBAIL MINGW64 ~
$ ssh -T git@github.com
Hi qqhfeng! You've successfully authenticated, but GitHub does not provide shell access.

Administrator@WIN-G9SG25BBAIL MINGW64 ~
$

相关文章:

  • 2021-07-10
  • 2021-11-14
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2021-06-30
  • 2021-09-03
  • 2022-02-04
  • 2021-08-22
  • 2021-07-20
  • 2022-12-23
相关资源
相似解决方案