github - Why can't I push to the try_git.git repository? -


i everyone, new git , github, trying follow tutorial:

https://try.github.io/levels/1/challenges/11

but problem when type git push -u origin master, following prompts:

machine:project user$ git push -u origin master username 'https://github.com': my_github_username password 'https://my_github_username@github.com': ******* remote: invalid username or password. fatal: authentication failed 'https://github.com/try-git/try_git.git/' 

i can't push changes remote repository, tried change .git/config file:

[remote "origin"]     url = https://github.com/try-git/try_git.git 

the url param to:

[remote "origin"]     url = git@github.com:try-git/try_git.git 

according posts on so, solution hasn't work me...

anyway, why errors? checked password github account , it's correct, why github.com unauthorizes me pushing? why in tutorial not show it? should make configuration before pushing? can look?

thanks attention!

that tutorial supposed run in browser only. virtualize happens repository when run respective commands in there.

it won’t work when doing actual machine though, don’t have permissions access repository. instead, should create new repository own account , use then.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -