github can't add url from terminal code example Example: github add new origin git init . git remote add origin <http/someURL> git pull origin master