English 中文(简体)
从多台机器向议会存放
原标题:Git push to Assembla repository from multiple machines

我只想知道,我确实能够找到一个有文件可查的解决下列问题的办法。 议会只允许每个用户使用一个公共SSH钥匙。 问题是,是否有办法从2个不同的个人计算机中“推”? 例如,仅仅为了这一用途,就在两台机器之间建立一个单独的私人/公共钥匙配对机,会有助于或并非可取的做法?

问题回答

在一台机器上创建私人钥匙。 将其复制给对方,但使用不同的名称(如git_id_rsa)。 然后,通过<条码>,在收集身份方面添加背书。 然后使用<条码>git 推导,如您将从原机中提取。

现在议会允许多重关键因素(甚至自由账户)。 你们只需在此加一(>>。 • 管理大宗派:

页: 1

• 为议会创建另一个关于其他个人电脑的SSH钥匙。 姓名:assemblaassembla_rsa.pub,以区别于可能出现的其他关键因素。





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签