Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository cloning via ssh throws an error #18050

Open
ag-tafe opened this issue Oct 26, 2024 · 0 comments · May be fixed by #18051
Open

Repository cloning via ssh throws an error #18050

ag-tafe opened this issue Oct 26, 2024 · 0 comments · May be fixed by #18051

Comments

@ag-tafe
Copy link
Contributor

ag-tafe commented Oct 26, 2024

Documentation
Location: mypy/CONTRIBUTING.md

(2) Clone the mypy repository and enter into it

git clone [email protected]:<your_username>/mypy.git
cd mypy

Expected result:
forked repository gets cloned into local machine.

Actual result:

$ git clone [email protected]:ag-tafe/mypy.git
Cloning into 'mypy'...
[email protected]: 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 [email protected]:<your_username>/mypy.git

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant