I am adding a remote repository like this
git remote add pythonic https://github.com/sanfx/pythonic.git
but I get this error saying
fatal: https://github.com/sanfx/pythonic.git/info/refs not found: did you run git update-server-info on the server?
Previously when I did git push -f python3_ver2
added a remote branch even though I didn't have it on github.com.
What am I missing in adding a remote branch?