How to remove access to all cloned local repos from pushing and pulling to remote github repos.
Have tried changing github password still the local repos are able to make changes to remote. There are no SSH and GPG associated with my account too. Is there any way to list the local repos connected to the github and remove its access?
CodePudding user response:
If you are talking about local repositories that you have yourself created, the git push would be using your credentials, which means they would always be able to your remote GitHub repository.
If you are talking about local repositories cloned by other users:
- they can only push because they have been added as collaborator on your repository: remove them.
- they can only clone/pull because the repository is public: make your GitHub repository private.
CodePudding user response:
It's super simple. Go to the folder