English 中文(简体)
B. 不断变化的 g证书
原标题:Changing github credentials
  • 时间:2010-08-24 10:55:41
  •  标签:
  • git

I am a collaborater : my github account name is dave
I am also the repo owner : my github username is chief

I have managed to fork one of chief s projects,
commit and submit a pull request to him.

现在我需要接受这项拉动要求。

我如何转向首席代表全权证书,以便我能够掌握酋长/项目名称。 g)

最佳回答

在使用克隆技术时,Gite Hub确定您的用户是SSH Key。 我不敢确保你在不做以下工作的情况下真正做到:

  • Changing your key from one used for the dave account to one used for the chief account
  • Using a different user on your local machine (or a different machine) which has an SSH key for the chief account

但是,就你描述的准确情况而言,你应当能够使用Gite Hub sfork queue。 这样,你就只需要成为主人,而且你应该有在国务局这样做的选择权,而不必 anything掉任何东西和合并。

希望会有所帮助。

问题回答

暂无回答




相关问题
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 ...

热门标签