初試 Github

iteye_401發表於2012-11-30

按照官方文件入門嚮導[1],走到第二步就出問題了。

$ git push origin master

按照提示輸入 username 和 password 後,反覆報同一個錯誤:

“fatal: https://github.com/xxx/helloworld.git/info/refsnot found:did you run git update-server-info on the server?”

是的,我嘗試了各種方法試圖解決這個錯誤,通過 google 找到 stackoverflow 上的問答頁[2],反覆檢查 url、username、password。。。直到看到最下面的某個贊同數為 0 的回答。似乎恍然大悟,哦,我好像沒有按照入門嚮導頁完整走下去:我沒在 Github 網站上建立 Repository!!

讓我無視掉在 Github 網站上先建立一個 Repository 的直接原因是,我先裝了 Github Windows 客戶端,並且使用它成功將本地一個 repository 匯入到了 Github 伺服器。我以為,在 Git bash 下也可以做到,於是直接掃到 bash 命令那部分了。。


[2]“did you run git update-server-info” error on a Github repository"http://stackoverflow.com/questions/9343189/did-you-run-git-update-server-info-error-on-a-github-repository

相關文章