About the problem that TortoiseGit cannot remember username and password when pushing files

1. Right-click under the project folder -> TortoiseGit -> Settings

2. Click Edit local .git/config 

3. Copy the following code to the open file and save it. You don't need to enter the username and password again when you use it next time.

[credential]
  helper = store

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325946489&siteId=291194637