Shell脚本 - >使用预定义的用户名密码进行git提示

时间:2015-04-02 10:36:56

标签: bash sh

我想使用存储在文件中的预定义用户名和密码,以及如何在提交用户名和密码的git repo中使用它。

1 个答案:

答案 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