git fetch upstream Authentication failure

665 views
Skip to first unread message

Arslan Mehboob

unread,
May 10, 2017, 3:09:58 AM5/10/17
to restcomm
What I'm trying to do: Update my fork and sync with the latest Master branch of Restcomm.
What is going wrong: Authentication problem
What I'm doing: 

  1. git clone https://github.com/arslan70/Restcomm-Connect.git
  2. git remote add upstream g...@github.com:RestComm/RestComm-Core.git
  3. git fetch upstream
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is aa:bb:cc:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

The idea is to sync my fork with the latest changes in Master branch of restcomm. 

I'm sorry if I'm doing something really stupid here. I'm just starting up. 

thanks for the support,

Arslan

Jean Deruelle

unread,
May 10, 2017, 3:52:43 AM5/10/17
to restcomm
Did you add your ssh key to your github account https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ ?

Also try to use git remote add upstream g...@github.com:Restcomm/RestComm-Connect.git

Le mercredi 10 mai 2017 09:09:58 UTC+2, Arslan Mehboob a écrit :
What I'm trying to do: Update my fork and sync with the latest Master branch of Restcomm.
What is going wrong: Authentication problem
What I'm doing: 


Following this guide https://github.com/RestComm/Restcomm-Connect/wiki/Contribute-to-RestComm
git clone https://github.com/arslan70/Restcomm-Connect.git
git remote add upstream g...@github.com:RestComm/RestComm-Core.gitgit fetch upstreamThe authenticity of host 'github.com (192.30.253.112)' can't be established.

Arslan Mehboob

unread,
May 10, 2017, 7:29:22 AM5/10/17
to restcomm
Thanks Jean, it worked. Its weird that I was able to do a clone of Restcomm but can't fetch it without the ssh key.


Reply all
Reply to author
Forward
0 new messages