搜尋

首頁  >  問答  >  主體

如何更新到多個git遠端倉庫中

例如我想同時更新到github和oschina,gitcafe?如何實現呢
還有就是如何部署兩個公鑰呢?

PHPzPHPz2799 天前749

全部回覆(4)我來回復

  • 高洛峰

    高洛峰2017-04-24 09:15:16

    公鑰的話,可以在.ssh/config設定不同的主機採用不同的公鑰,具體的可以參考http://nerderati.com/2011/03/simplify-your-life-with-an-ssh-config -file/

    部署在不同的程式碼庫的話,只需要加幾個remote就行了, 例如

    git remote add remote1 git@git.repo1.com:xxx.git
    git remote add remote2 git@git.repo2.com:xxx.git
    

    回覆
    0
  • 天蓬老师

    天蓬老师2017-04-24 09:15:16

    一台電腦是產生的公鑰是可以同時套用在多個GIT倉庫中的。 。 。

    回覆
    0
  • ringa_lee

    ringa_lee2017-04-24 09:15:16

    /q/1010000000367632#a-1020000000369754

    回覆
    0
  • ringa_lee

    ringa_lee2017-04-24 09:15:16

    時更新到github和oschina,gitcafe:

    /q/1010000000172591#a-1020000000172621

    回覆
    0
  • 取消回覆