搜尋

首頁  >  問答  >  主體

github - git push出錯,求幫助?

我在win下使用git推送到github遇到了這個問題
請問該怎麼解決

$ git push -u origin master
ssh: Could not resolve hostname xxx: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
黄舟黄舟2813 天前548

全部回覆(2)我來回復

  • 高洛峰

    高洛峰2017-05-02 09:29:47

    git remote -v 檢查你的origin路徑是否合法。一般來說應該是:

    ssh://git@<host>:<port>/path_to_source.git 
    

    從報錯資訊來看,是找不到xxx這個主機;

    1. 確保倉庫地址正確

    2. 修改hosts文件,加入host名字和IP的對應關係,或修改.git/config檔案下的origin的url為IP位址

    回覆
    0
  • phpcn_u1582

    phpcn_u15822017-05-02 09:29:47

    檢查下dns,沒問題的話檢查下你要push到的倉庫裡是否有你目前機器的公鑰。

    回覆
    0
  • 取消回覆