You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Documentation
Location: mypy/CONTRIBUTING.md
(2) Clone the mypy repository and enter into it
Expected result:
forked repository gets cloned into local machine.
Actual result:
Suggested change:
(2) Clone the mypy repository and enter into it
If you use the following command to clone instead:
then make sure to connect to GitHub first: Connecting to github with ssh
The text was updated successfully, but these errors were encountered: