首页 > 代码库 > 如何连接git bash和git hub

如何连接git bash和git hub

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

如何连接git bash和git hub