fatal: The current branch master has no upstream branch

后端 未结 23 2224
误落风尘
误落风尘 2020-11-30 16:46

I\'m trying to push one of my projects to github, and I keep getting this error:

peeplesoft@jane3:~/846156 (master) $ git push

fatal: The current branch mas         


        
23条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 16:53

    Also you can use the following command:

    git push -u origin master
    

    This creates (-u) another branch in your remote repo. Once the authentication using ssh is done that is.

提交回复
热议问题