sourceTree pulls the code and reports an error: remote: HTTP Basic: Access denied

remote: HTTP Basic: Access denied
Error: Remote HTTP Basic: Access Denied
This situation occurs when changes are found in the gitlab/git warehouse. You only need to process the warehouse address and clone it again.
  1. First copy the warehouse address
    Insert image description here
  2. Splice login name and password into warehouse url
For example: https://gitlab-turbo.turbo.cn/turbo_p/turbo.git
After splicing: https://turbo:[email protected]/turbo_p/turbo.git

Insert image description here

  1. Clone the project again so that you can submit it normally and pull the code.

Guess you like

Origin blog.csdn.net/qq_15957557/article/details/122982841