Turns out the Github has stopped supporting TLS 1.0 [1] Upgrading to the latest version of Git (2.16.2) fixed this issue for me.
Thanks, Om [1] https://github.com/Microsoft/Git-Credential- Manager-for-Windows/issues/559 On Fri, Mar 16, 2018 at 1:22 AM, Harbs <[email protected]> wrote: > Does this help? > > https://mycyberuniverse.com/web/how-fix-fatal-authentication-failed-for- > https-github-com.html <https://mycyberuniverse.com/web/how-fix-fatal- > authentication-failed-for-https-github-com.html> > > > On Mar 16, 2018, at 10:17 AM, OmPrakash Muppirala <[email protected]> > wrote: > > > > Anyone seeing issues with git? > > > > This is what I am seeing: > > > > $ git push --set-upstream origin feature/echarts > > fatal: AggregateException encountered. > > One or more errors occurred. > > Username for 'https://github.com': bigosmallm > > remote: Invalid username or password. > > fatal: Authentication failed for 'https://github.com/apache/ > royale-asjs.git/ > > ' > > > > This is on Windows 10. > > > > Thanks, > > Om > >
