ubuntu git利用ssh进行push(无需用户名&&密码)

1.根据github官方文档生成ssh,将ssh加入ssh-agent并复制到github个人settings中

2.根据github官方文档 更改已有的Repositories的remote方式。

$git remote set-url origin [email protected]:USERNAME/OTHERREPOSITORY.git


你可能感兴趣的:(github,ubuntu,ssh)