Question
First computer: I have added id_ras.pub
to CBluowei
account.
Seconed computer: I have added another id_ras.pub
to luoguanzhong
account.
I want push luoguanzhong
’s project on first computer.
## Resolve
- config the
~/.ssh/config
.
1 2 3 4 |
|
-
replace git remote origin from
git@github.com/luoguanzhong/xxx.git
togit@lgz.github.com/luoguanzhong/xxx.git
-
then I can push
xxx
project on First computer. -
use
ssh -T git@lgz.github.com
to verify.