码迷,mamicode.com
首页 > 其他好文 > 详细

github建立仓库

时间:2019-11-27 10:43:02      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:本地用户   ssh key   安装   图片   打开   repo   info   data   oca   

安装git,

1.登陆上github

2.New repository

技术图片

3.填写资料

技术图片

4.在文件夹下,git bash here

git config --global user.name "gitname"

git config --global user.email "gitemail"

$ ssh-keygen -t rsa -C"gitemail"(三次回车)

技术图片

 5.在本地用户文件夹下生成.ssh的文件夹,打开id_rsa.pub文件夹复制里面的内容

技术图片

6.在github中新建一个ssh KEY(粘贴上一步复制的内容)

技术图片

7.回到git bsh here:ssh -T git@github.com技术图片

 

 8.克隆github上的仓库

 git clone 仓库地址 例如:
 git clone 技术图片https://github.com/yatingFeng/supermall.git
ok!!!!!!!!!!!

9.

github建立仓库

标签:本地用户   ssh key   安装   图片   打开   repo   info   data   oca   

原文地址:https://www.cnblogs.com/yaya-003/p/11918294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!