Git: Permission denied (publickey) fatal - Could not read from remote repository. while cloning Git repository

后端 未结 30 1985
青春惊慌失措
青春惊慌失措 2020-12-12 10:10

I am unable to clone a Git repository, and getting this error:

krishna.soni@KRISHNACHANDRAS /c/Projects $ git clone http://stage.abc.com:10088/pqr
http://<         


        
30条回答
  •  时光取名叫无心
    2020-12-12 10:55

    If you want to clone open source projects to submit a Pull Request:

    I wanted to clone an open source project so I could submit some pull requests. The problem was that I didn't have permissions from the owner of the project. No matter, since my intention was to submit a PR, here is a viable alternative:

    My solution:

    1. Fork Repository

    1. Then clone from your forked repository.

    2. Work on your features and then submit a pull request.

提交回复
热议问题