I'm trying to create a new GitHub repo by Visual Studio Code, but when I created it got this message:
But actually i have no repo (public or private) named "INF256-Tarea-1" as you can see here:
This is what Git Output says:
Looking for git in: C:\Program Files\Git\cmd\git.exe
Using git 2.27.0.windows.1 from C:\Program Files\Git\cmd\git.exe
> git rev-parse --git-dir
Open repository: c:\Users\lilkimo\Desktop\Universidad\INF256\INF256-Tarea-1
> git fetch
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse master
> git rev-parse --symbolic-full-name master@{u}
fatal: no upstream configured for branch 'master'
> git for-each-ref --sort -committerdate --format %(refname) %(objectname)
> git remote --verbose
> git check-ignore -v -z --stdin
> git config --get commit.template
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse master
> git rev-parse --symbolic-full-name master@{u}
fatal: no upstream configured for branch 'master'
> git for-each-ref --sort -committerdate --format %(refname) %(objectname)
> git remote --verbose
> git config --get commit.template
I do nothing strange, only click the 'Initialize Repository' Button, make the commit and push it.
This is a vscode (Git) BUG!!!! My way is