microsoft / MCW-App-modernization

MCW App modernization
MIT License
175 stars 264 forks source link

Issue in Ex4 Task1 #98

Closed tejaswini972 closed 2 years ago

tejaswini972 commented 2 years ago

Exercise 4 Task 1 Step 13: As per the instruction, a browser pop-up should appear with the GitHub login page to login to the GitHub, but it asked to enter the credentials in Powershell. When I entered the username and password, the push operation failed with the below error.

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.

Please find the attached screenshot below for reference.

appmodissue

timahenning commented 2 years ago

Hi @tejaswini972,

I followed the instructions last night and it worked. You can use a personal token. You will have to generate one.

image

Tim

tejaswini972 commented 2 years ago

Hi @timahenning,

Yes, we can generate personal access token and use it to push the code.

Can we add instructions regarding this in lab guide??

Thanks, Tejaswini.

timahenning commented 2 years ago

The current lab instructions work. The personal access token is optional.