-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
Description
Documentation
Location: mypy/CONTRIBUTING.md
(2) Clone the mypy repository and enter into it
git clone git@github.com:<your_username>/mypy.git
cd mypyExpected 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 mypyIf you use the following command to clone instead:
git clone git@github.com:<your_username>/mypy.gitthen make sure to connect to GitHub first: Connecting to github with ssh