Odmowa uprawnień (publickey) fatal: Nie można odczytać ze zdalnego repozytorium. podczas klonowania repozytorium Git

Nie mogę sklonować repozytorium Git i uzyskać tego błędu:

krishna.soni@KRISHNACHANDRAS /c/Projects $ git clone http://stage.abc.com:10088/pqr
http://<url>/<repository> Cloning into '<repository>'... fatal: could not read Username for 'http://<url>': No such file or directory

PrzeczytałemBitbucket, Windows i „fatal: nie można odczytać hasła dla”, ale nadal mam problem.

Kontynuowałem dalej, ale teraz otrzymuję ten błąd

sh.exe": chown: command not found

krishna.soni@KRISHNACHANDRAS /c
$ git clone ssh://[email protected].
/projects
Cloning into 'C:/projects'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

> krishna.soni@KRISHNACHANDRAS /c
>     $ git clone ssh:<url>
>     ts
>     Cloning into 'C:/projects'...
>     Permission denied (publickey).
>     fatal: Could not read from remote repository.

Please make sure you have the correct access rights

a repozytorium istnieje.

questionAnswers(22)

yourAnswerToTheQuestion