message no. 160117
Posted by helpD in #github at 2016-12-28T22:32:41Z
when I then corrected this with the git remote add origin https://github.com/andy/labcreate.git, it tells me repo already existed which is FINE. the problem is when I now do git push -u origin master, it tells me repo https://github.com:andy/labcreate.git doesn't exist. For some reason it is still pointing to the wrong url. HOW do I fix this?