After the gitlab server url address is changed, the tortoisegit client is modified

The gitlab server address is replaced, the old project needs to change the ip, and the config file in the .git folder is modified

http pulls the gitlab project and prompts for the user password every time, use the following command
git config --global credential.helper store


-View user list git config --list

Guess you like

Origin blog.csdn.net/huangdi1309/article/details/82894074