search

Home  >  Q&A  >  body text

tortoisegit push to gitlab always fails to access

I used the git protocol to connect before, which required a password, but I entered the password of my gitlab account and it still didn’t work. Then switch to http protocol and no password is required. What is the password for the git protocol and how to configure it?

PHP中文网PHP中文网2767 days ago638

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-05-02 09:50:31

    Although I have never used gitlab, push usually uses http/https or ssh protocol, the former password and the latter key; in addition, tortoisegit can save passwords and remote addresses directly in the settings, although there are global and local configurations You can switch, but you can only use one set of username and password for one project (the first time you connect to the remote connection, you will be logged out of the system). Check to see if the saved password conflicts with the password on your gitlab, that's why the error is reported~

    reply
    0
  • Cancelreply