search

Home  >  Q&A  >  body text

git clone from remote repository error!

id_rsa.pub has been added to the server!

Error message

Remote warehouse directory structure

给我你的怀抱给我你的怀抱2863 days ago623

reply all(3)I'll reply

  • 滿天的星座

    滿天的星座2017-05-02 09:43:25

    Try to create an empty git project and see if it can be cloned

    In addition, if you use ssh to avoid login, can you try to see if it is because of the problem with the git account. Maybe the git account cannot be logged in
    Replace it with git clone root@... and try it

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-02 09:43:25

    The ps above mentioned the reason why it is relatively close

    Output the git central warehouse was built under that account (command: who )

    If it is a git account, then the read and write permissions of the file are tested, not so. The git url format is:

    User@ip:path

    reply
    0
  • ringa_lee

    ringa_lee2017-05-02 09:43:25

    Just use https:// address

    reply
    0
  • Cancelreply