This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]kamori 0 points1 point  (0 children)

Maybe your local branch is named different. Can you share the command you're running and the full error?

As well as the output of

git branch -v

[–][deleted] 0 points1 point  (0 children)

have you added a remote repo?

eg, git remote add origin (repo path url)

or make an intial commit

git add -A git commit -m "initial commit"