git之remote repository create(远程仓库创建)
Posted code.world
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git之remote repository create(远程仓库创建)相关的知识,希望对你有一定的参考价值。
1、在Git bash窗口执行如下指令创建SSH KEY:
ssh-keygen -t rsa -C "sunjf@biomarker.com.cn"
此时会在用户主目录下生成.ssh文件:
打开.ssh文件,会发现里面生成了id_rsa
和id_rsa.pub
两个文件,这两个就是SSH Key的秘钥对,id_rsa
是私钥,不能泄露出去,id_rsa.pub
是公钥,可以放心地告诉任何人。
2、登录github
进入setting
添加SSH KEY
3、在github上创建仓库
填写信息
点击Create repository后看到三种创建方式,选择一种你需要的
我选择第二种,下面是创建指令及结果
注:a、把上面的shaoyesun
替换成你自己的GitHub账户名,否则,你在本地关联的就是我的远程库,关联没有问题,但是你以后推送是推不上去的,因为你的SSH Key公钥不在我的账户列表中。
b、GitHub给出的地址不止一个,还可以用https://github.com/michaelliao/gitskills.git
这样的地址。实际上,Git支持多种协议,默认的git://
使用ssh,但也可以使用https
等其他协议。使用https
除了速度慢以外,还有个最大的麻烦是每次推送都必须输入口令,但是在某些只开放http端口的公司内部就无法使用ssh
协议而只能用https
。
创建后
以上是关于git之remote repository create(远程仓库创建)的主要内容,如果未能解决你的问题,请参考以下文章
git Could not read from remote repository 解决
git: fatal: Could not read from remote repository
fatal:remote error:Git repository not found
git clone 提示:remote not found fatal repository "……" not found
git clone failed. Could not read from remote repository
jenkins gitFailed to connect to repository:Error performing command:git.exe ls-remote-h