I am trying to push a new local "repo" into my GitHub account which doesn't exist with command:
git push https://github.com/username/gitinit
Getting error:
remote: Repository not found.
fatal: repository 'https://github.com/username/gitinit/' not found
My question is:
Can we create a repo (which doesn't exists in GitHub account) using command prompt Ubuntu?
And if we can then how?