Re: Access to GitHub with a password is deprecated

2021-07-16 Thread Alonso Del Arte
 I wrote a Medium article (not Medium Premium) about this:
https://alonso-delarte.medium.com/reminder-github-will-require-tokens-after-august-13-2021-12697f45893b
to try to explain the situation as I understand it. You might or might not
find my explanation clearer than the one given by GitHub.

As for NetBeans, although I prefer to order commits through the command
line, I certainly appreciate how the IDE highlights additions, revisions
and deletions. But someone should look into whether the Git integration in
NetBeans needs any adjustments.

Al

On Fri, Jul 16, 2021 at 1:41 PM Alonso Del Arte 
wrote:

> I wrote a Medium article (not Medium Premium) about this:
> https://alonso-delarte.medium.com/reminder-github-will-require-tokens-after-august-13-2021-12697f45893b
> to try to explain the situation as I understand it. You might or might not
> find my explanation clearer than the one given by GitHub.
>
> As for NetBeans, although I prefer to order commits through the command
> line, I certainly appreciate how the IDE highlights additions, revisions
> and deletions. But someone should look into whether the Git integration in
> NetBeans needs any adjustments.
>
> Al
>
> On Fri, Jul 16, 2021 at 10:55 AM Richard Grin <
> richard.g...@univ-cotedazur.fr> wrote:
>
>> Thanks Neil. I have generated a token with the help of
>>
>> https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token.
>>
>> I have used the generated token as the password and I can now push my
>> code to GitHub using the token.
>>
>> Richard
>>
>> Le 16/07/2021 à 15:15, Neil C Smith a écrit :
>> > On Fri, 16 Jul 2021 at 14:13, Richard Grin
>> >  wrote:
>> >> Beginning August 13, 2021, GitHub will no longer accept account
>> passwords when authenticating Git operations and will require the use of
>> token-based authentication, such as a personal access token (for
>> developers) or an OAuth or GitHub App installation token (for integrators)
>> for all authenticated Git operations on GitHub.com..
>> >>
>> >> I use a password to access GitHub. What other type of access is
>> recommended to access it from NetBeans 12.4? Is there a link that explains
>> how to do it? With the menu Team > Remote > Push... a user name and a
>> password are asked.
>> > You can use the token as the password.
>> >
>> > Best wishes,
>> >
>> > Neil
>> >
>> > -
>> > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
>> > For additional commands, e-mail: users-h...@netbeans.apache.org
>> >
>> > For further information about the NetBeans mailing lists, visit:
>> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>> >
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
>> For additional commands, e-mail: users-h...@netbeans.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>
> --
> Alonso del Arte
> Author at SmashWords.com
> 
> Musician at ReverbNation.com 
>


-- 
Alonso del Arte
Author at SmashWords.com

Musician at ReverbNation.com 


Re: Access to GitHub with a password is deprecated

2021-07-16 Thread Richard Grin
Thanks Neil. I have generated a token with the help of 
https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token. 
I have used the generated token as the password and I can now push my 
code to GitHub using the token.


Richard

Le 16/07/2021 à 15:15, Neil C Smith a écrit :

On Fri, 16 Jul 2021 at 14:13, Richard Grin
 wrote:

Beginning August 13, 2021, GitHub will no longer accept account passwords when 
authenticating Git operations and will require the use of token-based 
authentication, such as a personal access token (for developers) or an OAuth or 
GitHub App installation token (for integrators) for all authenticated Git 
operations on GitHub.com..

I use a password to access GitHub. What other type of access is recommended to access 
it from NetBeans 12.4? Is there a link that explains how to do it? With the menu Team 
> Remote > Push... a user name and a password are asked.

You can use the token as the password.

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Access to GitHub with a password is deprecated

2021-07-16 Thread Neil C Smith
On Fri, 16 Jul 2021 at 14:13, Richard Grin
 wrote:
> Beginning August 13, 2021, GitHub will no longer accept account passwords 
> when authenticating Git operations and will require the use of token-based 
> authentication, such as a personal access token (for developers) or an OAuth 
> or GitHub App installation token (for integrators) for all authenticated Git 
> operations on GitHub.com..
>
> I use a password to access GitHub. What other type of access is recommended 
> to access it from NetBeans 12.4? Is there a link that explains how to do it? 
> With the menu Team > Remote > Push... a user name and a password are asked.

You can use the token as the password.

Best wishes,

Neil

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Access to GitHub with a password is deprecated

2021-07-16 Thread Richard Grin

Hello,

Beginning August 13, 2021, GitHub will no longer accept account 
passwords when authenticating Git operations and will require the use of 
token-based authentication,such as a personal access token(for 
developers) or an OAuth or GitHub App installation token (for 
integrators) for all authenticated Git operations on GitHub.com..


I use a password to access GitHub. What other type of access is 
recommended to access it from NetBeans 12.4? Is there a link that 
explains how to do it? With the menu Team > Remote > Push... a user name 
and a password are asked.


Regards,

Richard