加添ssh keys的方法网上一搜很多,但是push的时候还是要输入账号密码,
是因为clone的时候用的是https而没有用ssh的方法
只需要克隆的时候在github上选择ssh(clone的地址下面有)
像这种,点击ssh,克隆这个地址即可,如果是已经克隆好的只需要改config就可以
vim .git/config
像下面改url
[remote "origin"]
url = git@github.com:akmumu/retina-data.git
加添ssh keys的方法网上一搜很多,但是push的时候还是要输入账号密码,
是因为clone的时候用的是https而没有用ssh的方法
只需要克隆的时候在github上选择ssh(clone的地址下面有)
像这种,点击ssh,克隆这个地址即可,如果是已经克隆好的只需要改config就可以
vim .git/config
像下面改url
[remote "origin"]
url = git@github.com:akmumu/retina-data.git