https 模式 clone 的仓库如何免密 git push Shepard-Wang

1)进入仓库中

2)vim .vim/config

3)在 [remote "origin"] 中添加如下行:

url = https://usr:passwd@github.com/usr/repo.git 

注意 由于 Github 的改动,现在需要用 token 来代替密码,只需要将格式改为如下即可:

url = https://usr:token@github.com/usr/repo.git