GitHub: Permission denied (publickey). fatal: The remote end hung up unexpectedly

前端 未结 23 1714
情深已故
情深已故 2020-11-28 01:09

I have followed these instructions below to upload a project.

Global setup:

 Download and install Git
  git config --global user.name \"Your Name\"
         


        
23条回答
  •  执笔经年
    2020-11-28 01:44

    Type the following command using your username and repository name:

    git clone https://github.com/{user name}/{repo name}
    

    in Ubuntu this works perfectly.

提交回复
热议问题