Hi,

It seems you don't have your public key on github. Try to set your upstream
url with the read-only url with the following command:

$ git remote set-url upstream git://github.com/django/django.git

Hope it helps.


On Mon, Aug 19, 2013 at 3:24 PM, Paul C. Anagnostopoulos
<[email protected]>wrote:

> Folks,
>
> I'd like to contribute to Django by improving the "Built-in template tags
> and filters" document. I forked the Django repository at GitHub. Then I
> tried to clone it according to the instructions in "Working with Git and
> GitHub." I received:
>
> The authenticity of host 'github.com (204.232.175.90)' can't be
> established.
>
> So instead I cloned it according to the instructions in "Writing
> Documentation," which seemed to work. It specifies the following command:
>
> git clone git://github.com/Paul-C-Anagnostopoulos/django.git django-trunk
>
> Then I set up the upstream remote with:
>
> git remote add upstream [email protected]:django/django.git
>
> Not sure why that didn't have an authenticity problem. Then:
>
> git fetch upstream
>
> which produced:
>
> Permission denied (publickey).
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
>
> I'm not a clever Git user, so I could use some help in figuring this out.
> I'll check back here or you can contact me via email. I appreciate any
> assistance.
>
> ~~ Paul
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-developers.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Flavia

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to