如果这篇博客帮助到你,可以请我喝一杯咖啡~
CC BY 4.0 (除特别声明或转载文章外)
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