How to setup github repository in my NetBeans IDE?

后端 未结 5 1355
遥遥无期
遥遥无期 2020-12-30 08:13

I am very new to Github. I just created one github account and it says as bellow:

Step 1)

Global setup:
 Set up git
  git config --global user.name          


        
5条回答
  •  旧时难觅i
    2020-12-30 09:05

    Try prefixing ssh:// to the repository url, but I suspect the real reason is that you have not configured the private key (the one that matches the public key which you should have added to your github account) for authentication.

提交回复
热议问题