Folks - I am following the instructions from https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/working-with-git/ .
However, when I try to 'git fetch' the source repo, I get 'Permission denied' PS C:\Users\chris\Documents\Github> git clone https://github.com/chrisxkeith/django.git Cloning into 'django'... remote: Enumerating objects: 1, done. remote: Counting objects: 100% (1/1), done. remote: Total 465879 (delta 0), reused 0 (delta 0), pack-reused 465878 Receiving objects: 100% (465879/465879), 197.61 MiB | 3.93 MiB/s, done. Resolving deltas: 100% (339992/339992), done. Updating files: 100% (6412/6412), done. PS C:\Users\chris\Documents\Github> cd django PS C:\Users\chris\Documents\Github\django> git remote add upstream g...@github.com:django/django.git PS C:\Users\chris\Documents\Github\django> git fetch upstream g...@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. I have tried this on Linux Mint also, and get the same error. Do I need to be added to some permissions list? Thanks in advance for any help. - Chris -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bef4b33d-e989-4c94-9278-9a9c862283ccn%40googlegroups.com.