多Git账户的Git使用

2015/12/30
背景:git 可能有用github.com,gitlab.com(自家搭建的git等),甚至于git.oschina.net等等。那么多Git账户的使用就发挥作用了

Git

本博客假设你已经存在一个git账户。
旧账号:accounta(your-email-addressa),新添加的账号:accountb(your-email-addressb).
<h2>Step 1:</h2>


Create a New SSH Key for account 2;
为账户b新建一个SSH Key
We need to generate a unique SSH key for our second Git account.
给账户b创建一个唯一SSH key

# 切换到C:\Users\Administrator\.ssh
$ cd ~/.ssh  
#新建SSH key:
ssh-keygen -t rsa -C "accountb"

Be careful that you don't over-write your existing key for your personal account. Instead, when prompted, save the file as id_rsa_COMPANY.
注意:不要将你生成的SSH key覆盖到之前的账户SSH key. --,当出现提示的时候,保存文件为id_rsa_
In my case, I've saved the file to~/.ssh/id_rsa_accountb.
在我的示例中,我将文件保存在.ssh文件夹下,名为id_rsa_accountb.

# 设置名称为id_rsa_accountb
Enter file in which to save the key (/c/Users/Administrator/.ssh/id_rsa): id_rsa_accountb

<h2>Step 2 </h2>


Attach the New Key
依赖新的SSH key
Next, login to your second GitHub account, browse to "Account Overview," and attach the new key, within the "SSH Public Keys" section.
登录你的账户B,在SSH Public Keys 部分 附加新的SSH key公钥
To retrieve the value of the key that you just created, return to the Terminal, and type: vim id_rsa_accountb.pub. Copy the entire string that is displayed, and paste this into the Git textarea. Feel free to give it any title you wish.
检索您刚刚创建的值的键,返回到终端,打印id_rsa_accountb.pub。复制整个字符串,粘贴到Git 文本。随便给它一个你想要的标题。

vim id_rsa_accountb.pub

Next, because we saved our key with a unique name, we need to tell SSH about it. Within the Terminal, type: ssh-add id_rsa_accountb. If successful, you'll see a response of "Identity Added."
下一步, 因为我们保存了一个独特名字的Key,所以我们需要告知SSH关于这个key的信息。在终端里面打印:ssh-add id_rsa_accountb,如果成功,你将看到一个"Identity Added"(身份添加)的响应

ssh-add id_rsa_accountb.pub

<h2>Step 3</h2>


Create a Config File
创建一个名为config的文件
We've done the bulk of the workload; but now we need a way to specify when we wish to push to our accountA, and when we should instead push to our accountB. To do so, let's create a config file.
我们已经做了大量的工作,但现在我们需要一种方法来指定当我们希望推动我们的账户A,当我们应该推到我们账户B。为此,让我们创建一个配置文件。

touch config
vim config

If you're not comfortable with Vim, feel free to open it within any editor of your choice. Paste in the following snippet.
如果你不习惯Vim,您可以选择使用编辑器将其打开。粘贴以下代码片段

#Default GitHub
Host GitA
HostName github.com
User gitaccountA
IdentityFile ~/.ssh/id_rsa

This is the default setup for pushing to our Git accountA. Notice that we're able to attach an identity file to the host. Let's add another one for the accountB. Directly below the code above, add:
这是一个默认推送配置,推送到账户A,注意,我们能够将一个身份文件附加到主机。让我们添加另一个身份账户B。在config文件下添加以下代码:

Host GitB
HostName github.com
User gitaccountB
IdentityFile ~/.ssh/id_rsa_accountb

以上github.com可以使github.com,gitlab.com等你账户对应git所在的网址
This time, rather than setting the host to github.com, we've named it as github-COMPANY. The difference is that we're now attaching the new identity file that we created previously: id_rsa_COMPANY. Save the page and exit!
这时候,我们给Host命名为GitB 这一次,而不是设置Host名为GitA。不同的是,我们现在和我们先前创建的新身份文件:id_rsa_accountb。保存该页面,然后退出!
<h2>Step 4</h2>


Try it Out
尝试使用它吧。
It's time to see if our efforts were successful. Create a test directory, initialize git, and create your first commit.
是时候看看我们的努力是否是成功了。创建一个新的test,初始化他,并创建你的第一个提交

git init
git commit -am "first commit'

Login to your company account, create a new repository, give it a name of "Test," and then return to the Terminal and push your git repo to GitHub/GitLab.
登录你的账户,创建一个新的响应,命名为Test,获取推送地址,使用终端和这个地址推送你的文件。

git remote add origin git@github-B:XX/testing.git
git push origin master

<h2>注意:</h2>


测试:
$ ssh -T GitA
$ ssh -T GitB
看他们是否是成功的。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 214,776评论 6 496
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,527评论 3 389
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 160,361评论 0 350
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,430评论 1 288
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,511评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,544评论 1 293
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,561评论 3 414
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,315评论 0 270
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,763评论 1 307
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,070评论 2 330
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,235评论 1 343
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,911评论 5 338
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,554评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,173评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,424评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,106评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,103评论 2 352

推荐阅读更多精彩内容