Tuesday, March 27, 2018

Re: Contributing to django.

Hi Utpal,

This is because using SSH protocol (implicit in specifying the address as git@github.com:YourGitHubName/django.git) require you to setup a key pair for your account. 
You could clone the repo using HTTPS protocol by using https://github.com/YourGitHubName/django.git and providing your credentials on the command line.

Quentin

Le mardi 27 mars 2018 14:36:45 UTC+2, Utpal Brahma a écrit :
I have got this error in section //Writing your first patch for Django//

when i performed this below  command in terminal.
i have got an error.

git clone git@github.com:YourGitHubName/django.git


error part :

Cloning into 'django'...
Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

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



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/173224ec-d477-4bb2-8b3e-7d670fc32bbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment