You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by OmPrakash Muppirala <bi...@gmail.com> on 2018/03/16 08:17:54 UTC

Unable to push to git

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

Re: Unable to push to git

Posted by OmPrakash Muppirala <bi...@gmail.com>.
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 <ha...@gmail.com> 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 <bi...@gmail.com>
> 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
>
>

Re: Unable to push to git

Posted by Harbs <ha...@gmail.com>.
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 <bi...@gmail.com> 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