A
A
asapelkin2017-04-01 22:01:24
git
asapelkin, 2017-04-01 22:01:24

Can't clone GIT repository under windows. What is the reason?

There is a repository in gitlab. Two-factor authentication is disabled, ssh is not used.
The command git clone lalala.la:77/la/lala.git under linux leads to a successful clone of the project, and under windows to an error

remote: HTTP Basic: Access denied
fatal: Authentication failed for 'http://lalala.la:77/la/lala.git'
git did not exit cleanly (exit code 128) (7219 ms @ 04/01/2017 21:59: 07)

Both under Linux and under Windows I enter the same logins and passwords, I tried it on three different machines and on two different users.
What could be the problem, where to look?
Thanks in advance for any hint.
_______________________________
UPD
It does not work only if you use the standard login and password entry window, if you click on "cancel" when it appears and enter your login and password on the command line, then everything works.
_______________________________
UPD SOLUTION
The problem is still on the side of tortorize git.
You can solve it like this:
You need to reinstall git this time during the installation by disabling
"enable git credential manager"
After that, you need to reinstall tortorise, in the process choosing credital helper : none
And that's it, there will be no more problems when unloading the repository.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
asapelkin, 2017-04-02
@asapelkin

Found a solution.
The problem is still on the side of tortorize git.
You can solve it like this:
You need to reinstall git, this time disabling
"enable git credential manager" during the installation process.
After that, you need to reinstall tortorise, choosing credital helper : none in the process
And that's it, there will be no more problems when unloading the repository.

I
ipc_ngs, 2017-04-01
@ipc_ngs

use https: instead of http:
git clone https://lalala.la:77/la/lala.git

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question