如何连接git bash和git hub

Posted qq59538308

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何连接git bash和git hub相关的知识,希望对你有一定的参考价值。

git config --global user.name "Your Real Name" 2 git config --global user.email [email protected]
1 ssh-keygen -C ‘[email protected]‘ -t rsa
http://blog.chinaunix.net/uid-17188120-id-4989187.html

以上是关于如何连接git bash和git hub的主要内容,如果未能解决你的问题,请参考以下文章

Git Bash - ssh连接问题

git bash 连接github并提交项目工程

git bash使用端口转发连接服务器

git bash配置SSH远程连接阿里云ECS

git Windows连接github

GIT使用不同的邮箱秘钥连接gitlab,oschina,和github 等多台服务器