1. 程式人生 > >git 下載錯誤 解決

git 下載錯誤 解決

沒有 remote ssi could not iss fas rom list ast

git clone [email protected]:happyfish100/fastdfs.git

提示下列信息:     

      Warning: Permanently added ‘github.com,192.30.253.112‘ (RSA) to the list of known hosts.
      Permission denied (publickey).
      fatal: Could not read from remote repository.

解決辦法:

    1.  echo "192.30.253.112 github.com" >> /etc/hosts

    2.

    技術分享圖片

      技術分享圖片

     3.  登錄github [notcie:首先要有註冊的GitHub賬號 沒有的話自己註冊一個] 按照下面的操作30秒就解決

      技術分享圖片

  技術分享圖片

git 下載錯誤 解決