Я не могу клонировать репозиторий Git и получаю эту ошибку:
[email protected] /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
Я прочитал Bitbucket, Windows и "фатальный: не смог прочитать пароль для" , но все еще есть проблема.
Я продолжил, но теперь получаю эту ошибку
sh.exe": chown: command not found
[email protected] /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.
> [email protected] /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
и репозиторий существует.