Open
Description
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