Home > Software design >  How to prevent applications from accessing github
How to prevent applications from accessing github

Time:09-09

How to prevent applications, like Visual Studio, from Pushing changes to github. There is a PC at my previous place of employment that is linked with my github account. I no longer have access to this PC. Is there a way from https://github.com/ to block all (connected applications) or (disconnect applications that are connected) to my github repos, so they cannot (Push) changes to my github account??

CodePudding user response:

If you change your Github password, it should prevent anyone from your old work being able to alter your work without having that new password, consider also adding two-factor auth. You also neet to go to your account setting on the Github and scroll down to the integrations header and click on applications. From there activate the Authorized OAuth Apps tab, revoke away.

  • Related