I use a semi-public computer and would like to be able to logout (maybe with some setting) and then not be able to push. When I log out, I get the "Local credentials cleared." message and while I can't see my logs while logged out, I can push. :/

有帮助吗?

解决方案

Logging out will only affect any interaction with Heroku via the command line - to prevent access via pushes you would have to delete your ssh key from the ~/.ssh folder.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top