Hi everyone,
I just finished a challenge project in my JavaScript course and - following this article here Number Guesser Challenge Project (JavaScript) - and this article: https://www.codecademy.com/articles/getting-started-git-and-github I wanted to push my local repo to my github account.
I did everything as described but when I want to push my local repo to Github it
a) does not ask me for user and pass and
b) I can’t see it online in the folder
If I want to repeat the process by using
git remote add origin https://github/myuser/git_practice.git
it returns an error message telling me that the origin already exists.
So when it exists, why can’t I see it?