New to Git: git push origin master = “ssh_exchange_identifiction: Connection closed by remote host. Fatal: The remote end hung up unexpectedly”

后端 未结 5 1317
梦谈多话
梦谈多话 2021-02-10 18:34

I\'m trying out git for the first time and am trying to follow instructions supplied by github. However, I seem to be failing on the last step. The following steps are provide

5条回答
  •  伪装坚强ぢ
    2021-02-10 19:35

    Sometimes, you may reinitialize the connection to github by just running push command again:

    git push -u origin master
    

    It seems to have worked !

提交回复
热议问题