No refs in common and none specified; doing nothing

后端 未结 4 1289
别跟我提以往
别跟我提以往 2021-01-30 15:47

I had a local git project that I wanted to add to gitolite. Apparently this is hard so I abandoned the idea. I created a new gitolite repo by adding it to gitolite-admin/conf/gi

4条回答
  •  情话喂你
    2021-01-30 16:23

    No "main" exists yet on the remote (origin) repository.

    git push origin main
    

    After this first push you can use the simpler

    git push
    

    Edit: With the recent trends my answer has been update to replace "master" with "main"

提交回复
热议问题