A
A
Andrey Kulagin2022-03-14 09:20:36
linux
Andrey Kulagin, 2022-03-14 09:20:36

Why doesn't git clone work?

Question for the experts, there is a server with bitbucket, I do the command:
git clone -c http.sslVerify=false https://user_name:[email protected]_adress/bitbucket/../../...
Successful.

There is another server with a more recent version of bitbucket, I need to do a similar command:
git clone -c http.sslVerify=false https://user_name2:[email protected]_adress2/bitbucket2/..... ,
but it fails : error autentification failed .

I created token 2, registered ssh keys, registered known hosts, in the web version I go everything is ok. Ssh works, but I need https. What else could be the reason?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Drno, 2022-03-14
@Drno

Based on the answer - either the token or the log\pass is not correct

A
Alexander, 2022-03-14
@anudas

It is possible that cloning of private repositories via http was closed on the server.
It seems that it is also closed on gihab

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question