搜尋

首頁  >  問答  >  主體

github - git push總是錯誤,提示500

提示如下

fatal: unable to access 'https://code.csdn.net/yangkeao/odin.git/': The
requeste URL returned error: 500

求解釋,並解決方案。 。 。

ringa_leeringa_lee2799 天前883

全部回覆(5)我來回復

  • 天蓬老师

    天蓬老师2017-04-24 09:15:31

    問題已經解決,可是仍不知道原理。 。

    用clone下來的直接push不成功,但添加後git push -u origin master就成功了。 。 。

    回覆
    0
  • 大家讲道理

    大家讲道理2017-04-24 09:15:31

    查看你一下,你的ssh-key有沒有上傳到csdn上? ?

    回覆
    0
  • PHPz

    PHPz2017-04-24 09:15:31

    clone 和 fork還不一樣,我也遇過,一般要push,必須保證ssh上傳了,還有專案被fork到帳號下

    回覆
    0
  • 高洛峰

    高洛峰2017-04-24 09:15:31

    看提示用的是 https 的方式吖

    回覆
    0
  • 迷茫

    迷茫2017-04-24 09:15:31

    第一次git push不上去和你沒有指定upstream和分支有關。
    看git手冊:

    -u, --set-upstream
               For every branch that is up to date or successfully pushed, add upstream (tracking) reference, used by argument-less git-pull(1) and other commands. For more information, see branch.<name>.merge in git-config(1).
    

    使用-u參數之後以後的git push及不需要再指定upstream了。

    回覆
    0
  • 取消回覆