相关疑难解决方法(0)

GitHub错误消息 - 权限被拒绝(publickey)

有人看到这个错误,知道该怎么办?

我正在使用终端,我在根目录,GitHub存储库存在,我现在不知道该怎么做.

> git push -u origin master
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Run Code Online (Sandbox Code Playgroud)

git github

684
推荐指数
20
解决办法
86万
查看次数

权限被拒绝(publickey)致命:无法从远程存储库读取.同时克隆Git存储库

我无法克隆Git存储库,并收到此错误:

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
Run Code Online (Sandbox Code Playgroud)

我读过Bitbucket,Windows和"致命:无法读取密码",但仍有问题.

我继续前进,但现在得到了这个错误

sh.exe": chown: command not found

krishna.soni@KRISHNACHANDRAS /c
$ git clone ssh://krishna.sonipayu.in@stage.payupaisa.
/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'...
> …
Run Code Online (Sandbox Code Playgroud)

git git-clone

136
推荐指数
16
解决办法
41万
查看次数

标签 统计

git ×2

git-clone ×1

github ×1