無法git clone - Linux

Table of Contents

各位版友好

我目前是透過ssh登入遠端主機

目前是想要git clone我的vimrc

但是出現以下的訊息

Cloning into 'vimrc'...
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is 16:27:ac: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' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly


請問我應該怎麼解決這個問題?

謝謝各位版友的指教

--
~宅男的四個徵兆~
∠□ ○ ! * \○/ ★    (○ ?
╦╦└□ " ○□═ □   □>
║║√√ ╦══╦ ∥    |\
一回家就上PTT 每天想正妹 以當好人為樂 忘記正妹虧欠自己

--

All Comments

Queena avatarQueena2012-05-09
Permission denied (publickey).
Frederica avatarFrederica2012-05-13
你要把遠端主機的public key上傳到你的github帳號設定裡
Quintina avatarQuintina2012-05-18
http 協定那個是唯讀(read only
如果是你自己的 repo,你要把 rsa 的 public key 加到
github 裏面,這樣才能用 git 協定
Olga avatarOlga2012-05-22
thx:)