Sunday, 12 September 2021

How to Configure GIT Token to push changes

 Follow the Below Steps to Configure GIT to push changes to the repository:


Step 1: Log in to your Github account

Step 2: Click on your image at the top right corner for Menu.

Step 3: Select the Setting



Step 4: Click on "Developer Settings"



Step 5: Click on "Personal Access Token" and then "Generate new Token"



Step 6: Give a name for Token and set the Expiration period. 



Step 7: Select all the access you wants to give and then click on the "Generate Token" button




Step 8: A new generated Token will be available. Copy that Token and keep it at someplace. You will not be able to see the token again on this page.

Step 9: After doing any change, click on "Commit and Push" under Git Staging.





Step 10: You will get Login box. Here give "User" as your Git username and "Password" as the Token generated.



Step 11: The changes will be pushed to the Git repository.



No comments:

Post a Comment