如何从Github获取ssh密钥?
curl -O https://github.com/<username>.keys curl -O https://gitlab.com/<username>.keys
将检索为给定用户名上传的公钥。github和gitlab上都可以工作。
VIA: https://www.kutu66.com/ubuntu/article_184960
curl -O https://github.com/<username>.keys curl -O https://gitlab.com/<username>.keys
将检索为给定用户名上传的公钥。github和gitlab上都可以工作。
VIA: https://www.kutu66.com/ubuntu/article_184960