标签: bash sh
我想使用存储在文件中的预定义用户名和密码,以及如何在提交用户名和密码的git repo中使用它。
答案 0 :(得分:0)
我建议你这样做:
git remote set-url origin https://name:password@github.org/repo.git
或使用SSH代替https(最佳)
git remote set-url origin git+ssh://git@github.com/username/reponame.git