Configuring SSH public key on github

gitHub is oriented open source and proprietary software project hosting platform, if a computer needs to interact on Github and warehouse, then they would put the computer to add the SSH public key on the Github account.

SSH arranged on the inlet 1.github arranged SSH public <ignore_js_op> <ignore_js_op> <ignore_js_op> 2. Modify configuration git computer       configuration, and user name registered mail Github



 





      

[Bash shell]  plain text view  Copy the code
?
1
vi .gitconfig


      

[Bash shell]  plain text view  Copy the code
?
1
2
3
[user]
     email = [email][email protected][ /email ]
     name = zhangxiaochuZXC

       <ignore_js_op>  

3. SSH generated public key

[Bash shell]  plain text view  Copy the code
?
1
ssh -keygen -t rsa -C "[email protected]"


<ignore_js_op>

4. Configure SSH public
<ignore_js_op>
<ignore_js_op>

More technical information may concern: gzitcast

Guess you like

Origin www.cnblogs.com/heimaguangzhou/p/11635237.html