Home  >  Q&A  >  body text

git pus权限拒绝

1.安装此教程实践
http://ftqq.com/2014/04/using-git-as-web-publish-tools/

2.

3.显示权限拒绝

習慣沉默習慣沉默2698 days ago736

reply all(6)I'll reply

  • 为情所困

    为情所困2017-05-02 09:35:44

    If you use SSH authentication, then add your public key to the server.
    If you use https authentication, then verify whether your username and password are correct

    reply
    0
  • PHP中文网

    PHP中文网2017-05-02 09:35:44

    You need to add your public key to the server. The public key is equivalent to an identity. The server will only allow you to perform push operations after recognizing your identity

    reply
    0
  • PHP中文网

    PHP中文网2017-05-02 09:35:44

    Have you added the public key?

    reply
    0
  • PHPz

    PHPz2017-05-02 09:35:44

    You need to add the SSH key in your github account settings--SSH and GPG keys.

    reply
    0
  • 滿天的星座

    滿天的星座2017-05-02 09:35:44

    Add the public key first, then commit and then submit

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-02 09:35:44

    Now generate an ssh public key on github and add it

    Hope it helps you

    reply
    0
  • Cancelreply