2016-02-29 62 views

回答

1

您可以使用以下命令存儲您的用戶名和密碼。

$ git config credential.helper store 
$ git push http://example.com/repo.git 
Username: YOUR_USERNAME 
Password: YOUR_PASSWORD 
相關問題