3
Well, I followed that one link, but when I get to git push -u origin master
it asks for the git user and password in a windows Forms, then asks the user (2 line), and asks for the SSH password and I haven’t even configured this password and I’m using https. The SSH key is created.
Fatal: AggregateException encountered.
Username for 'https://github.com': letarzan
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/LeTarzan/TCC.git/'
What can it be?
Git remove -v:
origin https://github.com/LeTarzan/TCC.git (fetch)
origin https://github.com/LeTarzan/TCC.git (push)
already tried to pass github email?
– Thiago Magalhães
I don’t quite understand.
– Leandro
With HTTPS you use your login password in git. See this question
– mutlei
I just found out it was the version, updated it and it worked.
– Leandro