Py学习  »  Git

GitHub(微博搜索)-20230413-1

GitHub(微博搜索) • 3 年前 • 838 次点击  
本条微博地址刘研锡_lyx
GH 配置 SSH: git config --global user.name "xiaoming" git config --global user.email "xiaoming@123.com" 生成密钥: ssh-keygen -t rsa -C "xiaoming@123.com" 打印密钥: cat ~/.ssh/id_rsa.pub 验证配置密钥成功: ssh -T git@github.com
搜索微博更多关键词-GitHub
Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/153466