Skip to content

Repository cloning via ssh throws an error #18050

@ag-tafe

Description

@ag-tafe

Documentation
Location: mypy/CONTRIBUTING.md

(2) Clone the mypy repository and enter into it

git clone git@github.com:<your_username>/mypy.git
cd mypy

Expected result:
forked repository gets cloned into local machine.

Actual result:

$ git clone git@github.com:ag-tafe/mypy.git
Cloning into 'mypy'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.


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

Suggested change:
(2) Clone the mypy repository and enter into it

git clone https://github.com/<your_username>/mypy.git
cd mypy

If you use the following command to clone instead:

git clone git@github.com:<your_username>/mypy.git

then make sure to connect to GitHub first: Connecting to github with ssh

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions