search

Home  >  Q&A  >  body text

github - git push 报错 requested URL returned error: 403 while accessing

总是报错

error: The requested URL returned error: 403 while accessing https://LL101SS@github.com/LL101SS/easy_mongo_liu.git/info/refs
fatal: HTTP request failed
漂亮男人漂亮男人2840 days ago841

reply all(2)I'll reply

  • 世界只因有你

    世界只因有你2017-04-28 09:06:55

    http://stackoverflow.com/questions/7438313/pushing-to-git-returning-error-code-403-fatal-http-request-failed
    I don't know if this can solve the original poster's problem.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-28 09:06:55

    Solved, thank you very much: I sorted out the above answers:

    [remote "origin"]
            url = ssh://git@github.com/njz817/learngit.git
            fetch = +refs/heads/*:refs/remotes/origin/*

    Detailed records are at: http://www.aipanshi.com/post/view/99.html

    reply
    0
  • Cancelreply