tortoisegit push 到 gitlab 总是访问失败
PHP中文网
PHP中文网 2017-05-02 09:48:31
0
1
634

之前用的是git协议连接,需要password,但是我输入gitlab账号的密码,还是不行。然后换成http协议就不要密码了。git协议的密码到底是哪个,怎么配置?

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
洪涛

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~

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template