It is time for me to use git. I have downloaded the git, made remote repo https://github.com/vVicoo/pokemon-scrap (with README and LICENSE files there), commit changes on my local repository where my project lies. I tried to push my 1-file script via
git remote add origin https://github.com/vVicoo/pokemon-scrap.git
git branch -m master main
git push origin main
The effect is that the git bash console do not proceed, it is like the push command takes forever.
Any ideas what is the cause of such issue? Did I create remote repo improperly? There is something wrong with push itself?
Actually this is rather simple task, for now it is only one file script that has to be pushed.