使用SSH对GitHub进行连结
1
ssh-keygen -t rsa -b 4096
1
type $env:USERPROFILE\.ssh\id_rsa.pub
[up主专用,视频内嵌代码贴在这]
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
1 | ssh-keygen -t rsa -b 4096 |
1 | type $env:USERPROFILE\.ssh\id_rsa.pub |
[up主专用,视频内嵌代码贴在这]