Can't clone a github repo on Linux via HTTPS

前端 未结 9 1425
别跟我提以往
别跟我提以往 2020-12-02 06:47

I\'m trying to do a simple git clone https://github.com/org/project.git on a CentOS box but get:

error: The requested URL returned error:

9条回答
  •  长情又很酷
    2020-12-02 07:28

    Make sure you have git 1.7.10 or later, it now prompts for user/password correctly. (You can download the latest version here)

提交回复
热议问题