Solve the problem that the git code cannot be pulled down

The version control client pulls and reports an error, tried a variety of methods, and finally solved it by command. The steps are as follows:

1. Use the arrow to mark the address and copy the address
Insert picture description here
2. Add the username and password of the git account based on this address, as follows:
git clone http://username:[email protected]:8889/datamanager/datamanager.git

Guess you like

Origin blog.csdn.net/oTianLe1234/article/details/113864817