分享
点赞 收藏
【git教程】利用git命令操控github

0 · 发布于 2020-11-06 12:19:50

git config --global user.name "you_name" git config --global user.email "you_email@qq.com" ssh-keygen -t rsa -C "you_name@qq.com" cat ~/.ssh/id_rsa.pub git add git commit -m "" git push -u origin master
weixin_38156269
0粉丝
关注

0条评论

还能输入1000个字符