2016-02-29 58 views

回答

1

您可以使用以下命令存储您的用户名和密码。

$ git config credential.helper store 
$ git push http://example.com/repo.git 
Username: YOUR_USERNAME 
Password: YOUR_PASSWORD 
相关问题