📜  git push and pull 不询问密码 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:43.245000             🧑  作者: Mango

代码示例1
sudo vim .git/config

url = https://username:password@repository-url.com


git remote set-url origin git@github.com:gitusername/projectname.git